Skip to content

Releases: khonsulabs/rsn

v0.2.0

31 Oct 16:15
144e5b1
Compare
Choose a tag to compare

Breaking Changes

  • parser::Config::allow_implicit_map has been renamed to
    allow_implicit_map_at_root.
  • These types are now marked as #[non_exhaustive]:
    • parser::Config
    • ser::Config
    • writer::Config

Fixes

  • 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.

Added

  • When the new flag ser::Config::anonymous_structs is enabled, structures will
    be written without their name.

v0.1.0

31 Oct 16:14
81257f3
Compare
Choose a tag to compare

Initial release.