encrypted-json-kv is a Rust library for storing encrypted json blobs easily.
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
.
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.