Crate libipld_cbor

source ·
Expand description

CBOR codec.

Modules

CBOR helper types for encoding and decoding.
CBOR decoder
CBOR encoder.
CBOR error types.

Structs

CBOR codec.
The codec is unsupported.

Traits

Marker trait for types supporting the DagCborCodec.

Type Definitions

Result<T, Error>