hash-value 1.0.1

A hashable, JSON-like, serde Value type.
Documentation
1
2
3
4
5
6
7
8
9
10
mod de;
mod error;
mod ser;
#[cfg(test)]
mod test;
mod value;

pub use error::{Error, Result};
pub use ser::to_value;
pub use value::Value;