Registry / utility / json-digest

json-digest

JSON →
library0.0.16rscratesunverified

Allows selective masking of JSON subdocuments for privacy while preserving the digest of the whole document.

# Cargo.toml [dependencies] json-digest = "0.0.16"
INSTALL
IMPORT
SIG · JSON-DIGEST
J
json-digest
utilityrustv0.0.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Digest
use json_digest::Digest;

Computes a digest of a JSON document.

use json_digest::Digest; fn main() { let doc = serde_json::json!({"name": "Alice", "ssn": "123-45-6789"}); let digest = Digest::new(&doc); println!("{}", digest); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.16latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
json-digest — cargo add json-digest · libregistry