Module builder

Source
Expand description

Directory tree builder.

Structs§

BufferingTreeBuilder
UnixFs directory tree builder which buffers entries until build() is called.
OwnedTreeNode
Owned representation of a node in the tree.
PostOrderIterator
Constructs the directory nodes required for a tree.
TreeNode
Borrowed representation of a node in the tree.
TreeOptions
Configuration for customizing how the tree is built.

Enums§

TreeBuildingFailed
Tree building failure cases.
TreeConstructionFailed
Failure cases for PostOrderIterator creating the tree dag-pb nodes.