serde_rw 0.2.0

Extend serde serializers and deserializers with the ability to read / write different file formats from / to files
Documentation
1
2
3
4
pub mod json;
pub mod toml;
pub mod xml;
pub mod yaml;