Releases: tecc/gipc
Releases · tecc/gipc
v0.2.0: Use DeserializeOwned instead of Deserialize<'de>, message::raw is private
- 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
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
Full Changelog: https://github.com/tecc/gipc/commits/v0.1.0