cbor-core 0.6.0

CBOR::Core deterministic encoder/decoder with owned data structures
Documentation
1
2
3
pub(crate) const OOM_MITIGATION: usize = 100_000_000; // maximum size to reserve capacity
pub(crate) const LENGTH_LIMIT: u64 = 1_000_000_000; // length limit for arrays, maps, test and byte strings
pub(crate) const RECURSION_LIMIT: u16 = 200; // maximum hierarchical data structure depth