[][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
DecodeFromFileError
EncodeError
EncodeToFileError

Functions

decode

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

decode_from_file

Decodes a key-value list from a file.

encode

Encodes data!

encode_to_file

Encodes a key-value list to a file.