Crate lurk_ipld_cbor

Crate lurk_ipld_cbor 

Source
Expand description

CBOR codec.

Modules§

cbor
CBOR helper types for encoding and decoding.
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 Aliases§

Result
Result<T, Error>