Crate libipld_cbor[][src]

Expand description

CBOR codec.

Modules

decode

CBOR decoder

encode

CBOR encoder.

error

CBOR error types.

Structs

DagCborCodec

CBOR codec.

UnsupportedCodec

The codec is unsupported.

Traits

DagCbor

Marker trait for types supporting the DagCborCodec.

Type Definitions

Result

Result<T, Error>