buni-rs 1.0.0

Reference Buni deserializer in Rust
Documentation
1
2
3
pub type Result<T, E> = std::result::Result<T, E>;

pub trait BuniError: std::error::Error {}