Crate simple_kbuckets

Crate simple_kbuckets 

Source

Structs§

Bucket
Stores a part of values, with keys at distance between 2^k and 2^(k+1) of the table’s main key.
Table
Key-Value store.

Traits§

Key
Trait that table keys must implement.