Crate sp_cid[][src]

Expand description

cid

Implementation of cid in Rust.

Re-exports

pub use multibase;
pub use sp_multihash;

Structs

Representation of a CID.

Enums

Error types

The version of the CID.

Functions

Reader function from unsigned_varint

Type Definitions

A Cid that contains a multihash with an allocated size of 512 bits.

Type alias to use this library’s Error type in a Result.