Module rust_unixfs::dir::builder
source · Expand description
Directory tree builder.
Structs
- UnixFs directory tree builder which buffers entries until
build()
is called. - Owned representation of a node in the tree.
- Constructs the directory nodes required for a tree.
- Borrowed representation of a node in the tree.
- Configuration for customizing how the tree is built.
Enums
- Tree building failure cases.
- Failure cases for
PostOrderIterator
creating the tree dag-pb nodes.