cbor-core 0.9.1

CBOR::Core deterministic encoder/decoder with owned data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod borrowing;
mod collections;
mod debug;
mod decode_options;
mod integers;
mod limits;
mod non_deterministic;
mod parse;
mod rundgren;
mod sequence;
mod simple_value;
mod value;

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

#[cfg(all(feature = "chrono", feature = "time", feature = "jiff"))]
mod time_interop;