Docs.rs
encrypted-json-kv-0.2.1
encrypted-json-kv 0.2.1
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
emgrav
famedly-bot
github:famedly:workflows
Dependencies
base64 ^0.12.1
normal
serde ^1.0.110
normal
serde_json ^1.0.53
normal
sled ^0.31.0
normal
sodiumoxide ^0.2.5
normal
thiserror ^1.0.19
normal
toml ^0.5.6
normal
serde_test ^1.0.110
dev
Versions
9.52%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
encrypted_
json_
kv
0.2.1
All Items
Crate Items
Structs
Enums
Crate
encrypted_json_kv
Copy item path
Source
Structs
§
Database
A KV store based on sled, storing serde_json::Value values in an encrypted fashion
Encrypted
Value
EncryptionWrapper around serde_json::Value, using sodiumoxide’s secretbox. Serializes into a string using base64 encoding.
Enums
§
Database
Error
Database
Open
Error
Database
SetPassphrase
Error
Encryption
Error