- TODO: Add changelog for structured serde support, and no_std compat
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
valuable
andvaluable-serde
(#1862) - Support for serializing
f64
values (#1507)
- Fixed incorrect size hint in
SerializeFieldSet
(#1333) - A number of documentation fixes
Thanks to @akinnane and @maxburke for contributing to this release!
SerdeMapVisitor::finish
to complete serializing the visited objects (#892)SerdeMapVisitor::take_serializer
to return the serializer wrapped by aSerdeMapVisitor
(#892)
- Made
SerdeMapVisitor
public (#599) - Made
SerdeStructVisitor
public (#599)
- Initial release