[][src]Crate libipld

The Ipld crate.

Re-exports

pub use dag_cbor as cbor;

Modules

block

Block validation

cid

cid

codec

Ipld codecs.

convert

Conversion to and from ipld.

dag

Ipld dag.

error

Ipld error definitions.

gc

Utilities for performing garbage collection.

hash

Hash types.

ipld

Ipld representation.

path

Path

store

Traits for implementing a block store.

Macros

ipld

Structs

Cid

Representation of a CID.

Enums

Ipld

Ipld

Constants

MAX_BLOCK_SIZE

The maximum block size is 1MiB.

Type Definitions

DefaultHash

Default hash used.

Derive Macros

DagCbor