Expand description
Implementations of the outboard traits
A number of implementations for the sync and async outboard traits are provided. Implementations for in-memory outboards, for outboards where the data resides on disk, and a special implementation EmptyOutboard that just ignores all writes.
Structs§
- An empty outboard, that just returns 0 hashes for all nodes.
- A post order outboard that is optimized for memory storage.
- A generic outboard in post order
- A pre order outboard that is optimized for memory storage.
- A generic outboard in pre order