serde-flattened 0.1.1

A `csv` and `serde_json` extension for flattening nested structures into flat representations. This enables for example serialization/deserialization of nested data to/from CSV.
Documentation
1
2
3
4
5
pub mod flattened_ref;

pub mod flattened;

pub mod flattened_map_deserializer;