All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
parser::Config::allow_implicit_map
has been renamed toallow_implicit_map_at_root
.- These types are now marked as
#[non_exhaustive]
:parser::Config
ser::Config
writer::Config
- Raw strings and byte strings without any
#
s can now be used. E.g.,r"\"
- Implicit map support now supports serializing and deserializing any map-like type.
- When the new flag
ser::Config::anonymous_structs
is enabled, structures will be written without their name.
Initial release.