valued 0.1.1

Describe your data in terms of basic data structures. Get serialization and other facilities for free
Documentation
1
2
3
4
5
6
pub mod core;
pub mod primitive;
pub mod serialize;
pub mod traits;

pub use self::core::{Dict, Map, Seq, Value, EMPTY};