Module rust_unixfs::file

source ·
Expand description

File support. UnixFS file support.

The module provides low-level File tree visitor support and file importing support. Note: The [ipfs_unixfs::walk::Walker] should typically be used for accessing file content.

Modules§

  • File adder capable of constructing UnixFs v1 trees
  • Mid level API for visiting the file tree.

Enums§

  • Errors which can happen while processing UnixFS type File or Raw blocks.
  • Describes the errors which can happen during a visit or lower level block-by-block walking of the DAG.