# encrypted-json-kv encrypted-json-kv is a Rust library for storing encrypted json blobs easily. ## Usage Use cargo to include encrypted-json-kv in your Rust project. ```toml encrypted-json-kv = { git = "https://gitlab.com/famedly/libraries/encrypted-json-kv.git" } ``` For details on using it in your projects, look at the API docs, which you can generate with `cargo doc`. ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. ## License [AGPL-3.0](https://choosealicense.com/licenses/agpl-3.0/)