v1.0.3
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 theuse-std
feature and foralloc::string::String
withalloc
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
- @CaptainMaso made their first contribution in #70
- @iFreilicht made their first contribution in #64
- @zRedShift made their first contribution in #76
- @raphlinus made their first contribution in #83
- @dignifiedquire made their first contribution in #86
- @k3d3 made their first contribution in #87
Full Changelog: v1.0.2...v1.0.3