Docs.rs
cid-0.11.1
cid 0.11.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
Stebalien
dignifiedquire
vmx
Dependencies
arbitrary ^1.1.0
normal
optional
core2 ^0.4
normal
multibase ^0.9.1
normal
optional
multihash ^0.19.0
normal
parity-scale-codec ^3.0.0
normal
optional
quickcheck ^1.0
normal
optional
rand ^0.8.5
normal
optional
serde ^1.0.116
normal
optional
serde_bytes ^0.11.5
normal
optional
unsigned-varint ^0.8.0
normal
multihash-codetable ^0.1.0
dev
multihash-derive ^0.9.0
dev
serde_json ^1.0.59
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cid
0.11.1
All Items
Sections
cid
Crate Items
Re-exports
Structs
Enums
Type Aliases
Crate
cid
Copy item path
Source
Expand description
§
cid
Implementation of
cid
in Rust.
Re-exports
§
pub use
multibase
;
pub use
multihash
;
Structs
§
CidGeneric
Representation of a CID.
Enums
§
Error
Error types
Version
The version of the CID.
Type Aliases
§
Cid
A Cid that contains a multihash with an allocated size of 512 bits.
Result
Type alias to use this library’s
Error
type in a
Result
.