Expand description
Rust version of hyperbee A B-tree built on top of Hypercore.
Modules§
Structs§
- A block off the hypercore deserialized into the form we use in the BTree
- Pointer used within a
Node
to reference to it’s child nodes. - A key/value store built on
hypercore::Hypercore
. It uses an append only B-Tree and is compatible with the Javascript Hyperbee library - Builder for
Hyperbee
. - Pointer used within a
Node
to point to the block where a (key, value) pair is stored. A key can be inserted without a value, so it’s value is optional. - A node in the tree
Enums§
- Error type for HyperbeeBuilder