Expand description

Konpeito Personal Key-value store Konpeito is a local encrypted key-value database that can be used to store any type of data. It is powered by sled and uses your SSH key by default.

Usage

To use Konpeito as a library and retrieve key/values

use konpeito::KeyStore;

Re-exports

pub use key::KeyStore;

Modules