Modules
- Async (tokio) IO
 - Errors when encoding or decoding
 - Syncronous IO
 - Iterators over BaoTree nodes
 - The Outboard trait and implementations
 
Structs
- Defines a Bao tree.
 - A block size.
 - A number of bytes
 - A number of blake3 chunks
 - A tree node for which we know that it is a leaf node.
 - An u64 that defines a node in a bao tree.
 
Enums
- An offset of a node in a post-order outboard
 
Functions
- The encoded size of a file of size
sizewith a blogk size ofblock_size - Computes the pre order outboard of a file in memory.
 - The outboard size of a file of size
sizewith a blogk size ofblock_size