Expand description
§Key Value Document Store (KVDS)
An efficient key-value store for encoding documents.
For more information, read the README in the repository.
Enums§
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.