0.0.97
What's Changed
- Use NonNull in raw_parts by @udoprog in #71
- Add missing decode impls (fixes #69) by @udoprog in #72
- musli-json: Fix buggy decoding (fixes #28, #29) by @udoprog in #73
- Pull back MSRV to 1.67 by @udoprog in #74
- Remove individual options parameters in favor of a single constant by @udoprog in #75
- Simplify how endianness is used by @udoprog in #76
- Improve documentation in
derives
with compiled examples by @udoprog in #77 - Add more implementations and implement proper allocators by @udoprog in #78
- More allocator work by @udoprog in #79
- Implement buffer merging for non-continuous regions by @udoprog in #80
- More allocator work by @udoprog in #81
- Move traits into musli crate by @udoprog in #82
- Introduce serde compatibility shim in musli-serde by @udoprog in #83
- More work to improve musli-serde by @udoprog in #84
- Rename everything by @udoprog in #85
- Extend buffer utilities to work with contexts by @udoprog in #86
- Rework feature flags by @udoprog in #87
- More docs by @udoprog in #88
- Cleanups prior to release by @udoprog in #89
- Move tests around by @udoprog in #90
Full Changelog: 0.0.94...0.0.97