Skip to content

Releases: tecc/gipc

v0.2.0: Use DeserializeOwned instead of Deserialize<'de>, message::raw is private

14 Jul 08:19
0fd245c
Compare
Choose a tag to compare
  • The message::raw module is now private, as it does not really have a reason to be public.
  • Docs.rs should now include feature flags as part of the documentation.

Full Changelog: v0.1.1...v0.2.0

v0.1.1 - Fixed public API, closing improvements, and better examples

07 May 23:27
ea282fd
Compare
Choose a tag to compare

What's Changed

  • fix(connection): Fix signature of send_and_receive by @tecc in #1
  • feat: Add methods for checking if listeners/connections are closed by @tecc in #2

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - First release

30 Apr 04:47
db6da82
Compare
Choose a tag to compare