miniserde

Data structure serialization library with several opposite design goals from Serde

APACHE-2.0 License

Downloads
963.3K
Stars
782
Committers
7
miniserde - Latest Release

Published by dtolnay 7 months ago

  • Suppress warning when deriving on deprecated type (#54)
miniserde -

Published by dtolnay 8 months ago

  • Resolve non_local_definitions warning within derive-generated code with rustc 1.78-nightly (#51)
miniserde -

Published by dtolnay 8 months ago

  • Fix unused_imports warnings when compiled by rustc 1.78
miniserde -

Published by dtolnay 10 months ago

  • Fix static_mut_ref warning (#50)
miniserde -

Published by dtolnay 10 months ago

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
miniserde -

Published by dtolnay about 1 year ago

miniserde -

Published by dtolnay about 1 year ago

  • Add impls for arrays [T; N] (#47)
miniserde -

Published by dtolnay over 1 year ago

  • Documentation improvements
miniserde -

Published by dtolnay over 1 year ago

  • Fix proc_macro_span_shrink-related build error when built with -Zminimal-versions
miniserde -

Published by dtolnay over 1 year ago

  • Update syn dependency to 2.x
miniserde -

Published by dtolnay over 1 year ago

  • Documentation improvements
miniserde -

Published by dtolnay almost 2 years ago

  • Documentation improvements
miniserde -

Published by dtolnay about 2 years ago

  • Make Display for Number produce the same representation as serializing (#43)
miniserde -

Published by dtolnay about 2 years ago

  • Provide Serialize and Deserialize impls for miniserde::json::Array, Object, and Number (#40)
  • Implement Display for Number (#41)
  • Improve Debug representation of Value (#42)
miniserde -

Published by dtolnay about 2 years ago

  • Add categories and keywords to crates.io metadata
miniserde -

Published by dtolnay over 2 years ago

  • Documentation improvements
miniserde -

Published by dtolnay over 2 years ago

  • Improve compile error when miniserde derive is applied to a union (#30)
  • Exclude benchmarks from published package (#32)
miniserde -

Published by dtolnay over 2 years ago

  • Unconditionally provide impl Display for miniserde::Error in no-std builds (#28)
miniserde -

Published by dtolnay over 2 years ago

  • Make implementation of <dyn Visitor>::ignore() compatible with Miri (#26)
miniserde -

Published by dtolnay over 2 years ago

  • Documentation improvements