Crate libkv

Source

Structs§

DsIter
Item
Map
NonTerminal
PriorityQueue
Terminal

Enums§

KeyDeserializeError
KeySerializeError
KeyType
Represents a key that can be either a pre-serialized byte sequence or a key of type K.
Order
StorageError

Traits§

Codec
Sugar for implementing both Encodable and Decodable for a given encoding on a type.
Container
A trait representing a data structure that is a container of other data structures.
DataStructure
Trait representing an arbitrary data structure that can be used in a Key-Value store.
Decodable
Encodable
Encoding
IterableStorage
KeySerde
Storage
StorageMut

Type Aliases§

Iter