Expand description
The Ipld
crate.
Re-exports§
pub use block::Block;
pub use codec_impl::IpldCodec;
pub use path::DagPath;
pub use path::Path;
pub use store::DefaultParams;
pub use libipld_cbor as cbor;
pub use libipld_json as json;
pub use libipld_pb as pb;
Modules§
- block
- Block validation
- cid
- cid
- codec
Ipld
codecs.- codec_
impl - IPLD Codecs.
- convert
- Conversion to and from ipld.
- error
Ipld
error definitions.- ipld
- Ipld representation.
- link
- Typed cid.
- path
- Path
- prelude
- Prelude
- raw
- Implements the raw codec.
- raw_
value - misc stuff
- store
- Store traits.
Macros§
Structs§
- Link
- Typed cid.
Enums§
- Ipld
- Ipld
Type Aliases§
- Cid
- A Cid that contains a multihash with an allocated size of 512 bits.
- Multihash
- A Multihash with the same allocated size as the Multihashes produces by this derive.
- Result
Result<T, Error>