[][src]Crate libipld

The Ipld crate.

Re-exports

pub use libipld_cbor as cbor;

Modules

block

Block validation

cid

cid

codec

Ipld codecs.

convert

Conversion to and from ipld.

error

Ipld error definitions.

error

Ipld error definitions.

gc

Utilities for performing garbage collection.

ipld

Ipld representation.

mem

Reference implementation of the store traits.

multibase

multibase

multihash

Multihash

path

Path

raw
store

Store traits.

Macros

ipld

Enums

Ipld

Ipld

Constants

MAX_BLOCK_SIZE

The maximum block size is 1MiB.

Type Definitions

Cid

A CID with the default Multihash code table

Derive Macros

DagCbor