Expand description
Directory tree builder.
Structs§
- Buffering
Tree Builder - UnixFs directory tree builder which buffers entries until
build()
is called. - Owned
Tree Node - Owned representation of a node in the tree.
- Post
Order Iterator - Constructs the directory nodes required for a tree.
- Tree
Node - Borrowed representation of a node in the tree.
- Tree
Options - Configuration for customizing how the tree is built.
Enums§
- Tree
Building Failed - Tree building failure cases.
- Tree
Construction Failed - Failure cases for
PostOrderIterator
creating the tree dag-pb nodes.