{"id":68633,"library":"json-digest","title":"JSON Digest","description":"Allows selective masking of JSON subdocuments for privacy while preserving the digest of the whole document.","status":"active","version":"0.0.16","language":"rust","source_language":null,"source_url":"https://github.com/Internet-of-People/iop-rs","tags":["json","digest","privacy"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\njson-digest = \"0.0.16\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add json-digest","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Digest","correct":"use json_digest::Digest;"}],"quickstart":{"code":"use json_digest::Digest;\n\nfn main() {\n    let doc = serde_json::json!({\"name\": \"Alice\", \"ssn\": \"123-45-6789\"});\n    let digest = Digest::new(&doc);\n    println!(\"{}\", digest);\n}","lang":"rust","description":"Computes a digest of a JSON document."},"warnings":[],"env_vars":null,"search_vec":"'allow':3 'digest':2,14,20 'document':18 'json':1,7,19 'mask':5 'preserv':12 'privaci':10,21 'select':4 'subdocu':8 'whole':17","created_at":"2026-06-17T17:52:09.303225+00:00","updated_at":"2026-06-17T17:52:09.303225+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://developer.iop.technology/glossary?id=json-masking","github":"https://github.com/Internet-of-People/iop-rs","docs":"https://docs.rs/json-digest/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}