[−][src]Module ipfs_unixfs::dir
UnixFS directory support, currently only the resolving re-exported at root level.
Structs
Cache | A cache of data structures used while traversing. Reduces allocations when walking over multiple path segments. |
ShardedLookup |
|
Enums
LookupError | Errors which can occur when looking up a HAMTSharded directory. |
MaybeResolved | Resolving result type for the successful cases. |
MultipleMatchingLinks | Multiple matching links were found: at least two. |
ResolveError | Resolving can fail similarly as with |
ShardError | Shard does not fit into expectations. |
Functions
resolve | Resolves a single path segment on |