- Correct SerializeField definition and doc formatting (#3040)
SerializeFieldhas gained a generic lifetime parameter.
- Implement
AsSerdeforFieldSet(#2241) - breaking Correct SerializeField definition and doc formatting (#3040)
- Bump MSRV to 1.63 ([#2793])
This release adds experimental support for recording structured field
values using the valuable crate. See this blog post for
details on valuable.
Note that valuable support currently requires --cfg tracing_unstable. See the documentation for details.
- valuable: Experimental support for serializing user-defined types using
valuableandvaluable-serde(#1862) - Support for serializing
f64values (#1507)
- Fixed incorrect size hint in
SerializeFieldSet(#1333) - A number of documentation fixes
Thanks to @akinnane and @maxburke for contributing to this release!
SerdeMapVisitor::finishto complete serializing the visited objects (#892)SerdeMapVisitor::take_serializerto return the serializer wrapped by aSerdeMapVisitor(#892)
- Made
SerdeMapVisitorpublic (#599) - Made
SerdeStructVisitorpublic (#599)
- Initial release