Expand description
Support for walking over all UnixFs trees
Structs§
- File
Segment - A slice of bytes of a possibly multi-block file. The slice can be accessed via
as_bytes()orAsRef<[u8]>::as_ref(). - Walker
Walkerhelps with walking a UnixFS tree, including all of the content and files. It is created withWalker::newand walked over each block withWalker::continue_block. UseWalker::pending_linksto obtain the nextCidto be loaded and the prefetchable links.
Enums§
- Continued
Walk - Representation of the walk progress.
- Error
- Errors which can occur while walking a tree.