Module 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§

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

Enums§

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