Expand description
CBOR codec.
Modules§
- cbor
- CBOR helper types for encoding and decoding.
- decode
- CBOR decoder
- encode
- CBOR encoder.
- error
- CBOR error types.
Structs§
- DagCbor
Codec - CBOR codec.
- Unsupported
Codec - The codec is unsupported.
Traits§
- DagCbor
- Marker trait for types supporting the
DagCborCodec.
Type Aliases§
- Result
Result<T, Error>