Skip to content

v1.0.3

Compare
Choose a tag to compare
@jamesmunns jamesmunns released this 31 Aug 12:39
· 35 commits to main since this release

What's Changed

  • Add a link to doc.rs documentation in README by @benbrittain in #72
  • Add feed_ref to cobs_accumulator by @CaptainMaso in #70
  • Add support for 16-bit and 8-bit architectures by @iFreilicht in #64
  • Make fixints usable through serde field attributes instead of wrappers by @lachlansneff-parallel in #69
  • Add a Schema impl for std::string::String with the use-std feature and for alloc::string::String with alloc by @zRedShift in #76
  • Bump postcard-derive version by @benbrittain in #74
  • Optimize varint decode by @bugadani in #62
  • Fix typos & encoding example in wire doc by @raphlinus in #83
  • feat: add function for computing the postcard serialized size of a value. by @dignifiedquire in #86
  • PhantomData's T doesn't need MaxSize impl by @k3d3 in #87

New Contributors

Full Changelog: v1.0.2...v1.0.3