[][src]Module ipfs_unixfs::file::visit

Mid level API for visiting the file tree.

Structs

Cache

Optional cache for datastructures which can be re-used without re-allocation between walks of different files.

FileVisit

FileVisit represents an ongoing visitation over an UnixFs File tree.

IdleFileVisit

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.