[][src]Crate kvds

Key Value Document Store (KVDS)

An efficient key-value store for encoding documents.

For more information, read the README in the repository.

Enums

DecodeError
EncodeError

Functions

decode

Decodes a Vec of data into a Vec of key-value pairs.

encode

Encodes data!