miniserde 0.1.45

Data structure serialization library with several opposite design goals from Serde.
Documentation
1
2
3
4
5
6
7
error: currently only structs with named fields are supported
 --> tests/ui/ser-unit-struct.rs:3:10
  |
3 | #[derive(Serialize)]
  |          ^^^^^^^^^
  |
  = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)