dh 0.10.0

Data handling in Rust, made easy.
Documentation
1
2
pub type Error = std::io::Error;
pub type Result<T> = std::result::Result<T, Error>;