Crate wnfs_common

source ·
Expand description

This crate contains the common types and functions used by the WNFS crates.

Re-exports§

Modules§

Macros§

Structs§

  • The metadata of a node in the WNFS file system.
  • Represents the directory nodes along a path.

Enums§

  • Block store errors.
  • A data structure that represents a link in the IPLD graph. Basically it is a “link” to some content addressable value of T.
  • The type of file system node.
  • The kinds of outcome from getting a PathNodes.

Constants§

Traits§

Functions§

  • Decodes recieved DagCbor bytes into a deserializable value.
  • Encodes a serializable value into DagCbor bytes.

Type Aliases§