Crate simple_kbuckets [] [src]

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.