cbor-no-std 0.3.0

cbor-no-std is a CBOR Deserializer for Rust which runs in a no_std environment.
Documentation
1
2
3
4
pub const MAX_U8: u64 =  0xff as u64;
pub const MAX_U16: u64 = 0xffff as u64;
pub const MAX_U32: u64 = 0xffffffff as u64;
pub const MAX_U64: u64 = 0xffffffffffffffff as u64;