serdeio 0.6.0

Tiny IO utility library for Rust to serialize/deserialize Serde compatible structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod json;
pub mod jsonlines;

#[cfg(feature = "csv")]
pub mod csv;

#[cfg(feature = "yaml")]
pub mod yaml;

#[cfg(feature = "messagepack")]
pub mod messagepack;

#[cfg(feature = "toml")]
pub mod toml;