Expand description
This crate contains the common types and functions used by the WNFS crates.
Re-exports§
pub use blockstore::*;
Modules§
Macros§
Structs§
- Metadata
 - The metadata of a node in the WNFS file system.
 - Path
Nodes  - Represents the directory nodes along a path.
 
Enums§
- Block
Store Error  - Block store errors.
 - Link
 - A data structure that represents a link in the IPLD graph. Basically it is a “link” to some content addressable value of 
T. - Node
Type  - The type of file system node.
 - Path
Nodes Result  - The kinds of outcome from getting a 
PathNodes. 
Constants§
Traits§
Type Aliases§
- Cid
 - A Cid that contains a multihash with an allocated size of 512 bits.
 - Hash
Output  - The general size of digests in WNFS.