Expand description
Modules§
- Implementation of the [
Stream] trait forHyperbee. Which allows iterating over data in key-order, between a range, or in reverse asynchronously.
Structs§
- A “block” from a
Hypercoredeserialized into the form used in Hyperbee - Pointer used within a
Nodeto reference to it’s child nodes. - An append only B-Tree built on
Hypercore. It provides a key-value store API, with methods for inserting, getting, and deleting key-value pair. As well as creating sorted iterators, and “sub” B-Trees for grouping related data. - Builder for
Hyperbee. - A node of the B-Tree within the
Hyperbee - A “sub”
Hyperbee, which can be used for grouping data. When inserted keyss are automatically prefixed withPrefixed::prefix.
Enums§
- Error type for HyperbeeBuilder