justcode-core 0.3.0

Compact binary encoder/decoder with space-efficient encoding
Documentation
1
2
3
4
//! Re-export Decode trait (defined in encode.rs for convenience).

pub use crate::encode::Decode;