A minimal data structure serialization library with opposite design goals from Serde, focusing on simplicity and compile speed.
# Cargo.toml
[dependencies]
miniserde = "0.1.45"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Serializes and deserializes a struct to/from JSON using miniserde.
Check the miniserde documentation for supported types; use Serde if you need full flexibility.
No dependency data recorded yet.