byte_lamination 0.1.2

Type-readable byte transformation wrappers, with CBOR and BARE serialisation and Zstd compression.
Documentation
1
2
3
4
5
#[cfg(feature = "cbor")]
pub mod cbor;

#[cfg(feature = "bare")]
pub mod bare;