⚠️ Breaking Changes
- The
serdefeature has been renamed toiter-ext. If you hadfeatures = ["serde"]in yourCargo.toml, update it tofeatures = ["iter-ext"]. The feature is still enabled by default, so most users are unaffected.
What's New
codec-potfeature — Use pot as an alternative serialization codec for complex types likeRc<T>or cyclic structures. Enable withdefault-features = false, features = ["iter-ext", "macros", "codec-pot"]. (#7)
Improvements
- CI now tests both
postcardandpotcodec paths across clippy, doctests, and integration tests. - Fixed inaccurate doc comments on
run_bytes/try_run_bytesthat referenced a non-existent feature gate.
Full Changelog: v0.3.0...v0.4.0