miniserde

Data structure serialization library with several opposite design goals from Serde

APACHE-2.0 License

Downloads
963.3K
Stars
782
Committers
7
miniserde -

Published by dtolnay almost 3 years ago

miniserde -

Published by dtolnay almost 3 years ago

  • Compatibility with -Zmiri-tag-raw-pointers mode of Miri
miniserde -

Published by dtolnay almost 3 years ago

  • Update itoa dependency to 1.0
miniserde -

Published by dtolnay almost 3 years ago

  • Resolve warning about bare_trait_objects when used from new editions (#23, thanks @b3t33)
miniserde -

Published by dtolnay about 3 years ago

  • Fix std getting pulled into no_std builds via dependencies (#22)
miniserde -

Published by dtolnay about 3 years ago

  • Implement no_std support (#21, thanks @austinabell)
miniserde -

Published by dtolnay almost 4 years ago

  • Documentation improvements
miniserde -

Published by dtolnay about 5 years ago

  • Support derive(Serialize, Deserialize) for C-like enums (#14, thanks @theduke)

    #[derive(Serialize, Deserialize)]
    enum DependencyKind {
        Normal,
        Dev,
        Build,
    }
    
miniserde -

Published by dtolnay about 5 years ago

  • Update to Syn 1.0
miniserde -

Published by dtolnay over 5 years ago

  • Rename derive macros to derive(Serialize, Deserialize) (#1)
  • Reject trailing non-whitespace characters in miniserde::json::from_str (#9)
miniserde -

Published by dtolnay about 6 years ago

  • Address a Clippy lint in expansion of make_place! macro
miniserde -

Published by dtolnay about 6 years ago

  • Address a Clippy lint in code generated by #[derive(MiniDeserialize)] (#7)
miniserde -

Published by dtolnay about 6 years ago

  • Provide impls for isize and usize
miniserde -

Published by dtolnay about 6 years ago

  • Stick to latest mini-internal when compiling in -Z minimal-versions mode
miniserde -

Published by dtolnay about 6 years ago

  • Fix warnings in generated code when compiled with rustc <1.29
miniserde -

Published by dtolnay about 6 years ago

  • Implement Serialize and Deserialize for HashMap
miniserde -

Published by dtolnay about 6 years ago

  • Implement Serialize for [T] and Cow<T>
miniserde -

Published by dtolnay about 6 years ago

  • Documentation improvements
miniserde -

Published by dtolnay about 6 years ago

  • Documentation improvements
miniserde -

Published by dtolnay about 6 years ago