Module rust_unixfs::file::visit
source · Expand description
Mid level API for visiting the file tree.
Structs
- Optional cache for datastructures which can be re-used without re-allocation between walks of different files.
- FileVisit represents an ongoing visitation over an UnixFs File tree.
- IdleFileVisit represents a prepared file visit over a tree. The user has to know the CID and be able to get the block for the visit.