cbor-core 0.5.1

CBOR::Core deterministic encoder/decoder with owned data structures
Documentation
1
2
3
4
5
6
7
8
9
10
mod collections;
mod diagnostic;
mod integers;
mod limits;
mod rundgren;
mod simple_value;
mod value;

#[cfg(all(feature = "num-bigint", feature = "crypto-bigint", feature = "rug"))]
mod bigint_interop;