Crates.io | encrypted-json-kv |
lib.rs | encrypted-json-kv |
version | 0.2.1 |
source | src |
created_at | 2021-01-30 22:57:13.927433 |
updated_at | 2021-01-30 22:57:13.927433 |
description | Easily store encrypted JSON blobs |
homepage | https://gitlab.com/famedly/libraries/encrypted-json-kv |
repository | https://gitlab.com/famedly/libraries/encrypted-json-kv |
max_upload_size | |
id | 348642 |
size | 56,548 |
encrypted-json-kv is a Rust library for storing encrypted json blobs easily.
Use cargo to include encrypted-json-kv in your Rust project.
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.