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§
- adder
- File adder capable of constructing UnixFs v1 trees
- visit
- Mid level API for visiting the file tree.
Enums§
- File
Error - Errors which can happen while processing UnixFS type File or Raw blocks.
- File
Read Failed - Describes the errors which can happen during a visit or lower level block-by-block walking of the DAG.