serde_valid 0.2.0

JSON Schema based validation tool using with serde.
Documentation
1
2
3
4
5
6
mod from_toml;
mod to_toml;

pub use from_toml::FromToml;
pub use serde_toml::{toml, Value};
pub use to_toml::ToToml;