[][src]Module libp2p_kad::record

Abstracts the Kademlia record store behaviour and provides default in-memory store

Structs

MemoryRecordStorage

In-memory implementation of the record store.

Record

The records that are kept in the dht.

Enums

RecordStorageError

The error record store may return

Traits

RecordStore

Trait for a record store.