encrypted-json-kv

Crates.ioencrypted-json-kv
lib.rsencrypted-json-kv
version0.2.1
sourcesrc
created_at2021-01-30 22:57:13.927433
updated_at2021-01-30 22:57:13.927433
descriptionEasily store encrypted JSON blobs
homepagehttps://gitlab.com/famedly/libraries/encrypted-json-kv
repositoryhttps://gitlab.com/famedly/libraries/encrypted-json-kv
max_upload_size
id348642
size56,548
(famedly-bot)

documentation

https://docs.rs/encrypted-json-kv

README

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.

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

Commit count: 24

cargo fmt