Expand description
A persistent B+ tree using freqfs.
See the examples directory for usage examples.
Re-exports§
pub use collate;
Structs§
- BTree
- A B+Tree
- BTree
Lock - A futures-aware read-write lock on a
BTree - Collator
- A collator used by a B+Tree
- Range
- A range used to select a slice of a
BTree
Enums§
- Node
- A node in a B+Tree
Constants§
- KEY_
STACK_ SIZE - The size limit for a
Keyin a stream to be stack-allocated
Traits§
Type Aliases§
- BTree
Read Guard - A read guard acquired on a
BTreeLock - BTree
Write Guard - A write guard acquired on a
BTreeLock - Key
- The type of item in a stream of B+Tree keys
- Keys
- A stream of
Keys in aBTree