redact-engine 0.1.0

Protect confidentiality with dynamic redaction by replacing sensitive data from string or JSON format
Documentation
1
2
3
4
5
6
7
---
source: redact-engine/src/redaction.rs
expression: "redaction.redact_reader(File::open(file_path).unwrap())"
---
Ok(
    "foo,[TEXT_REDACTED],baz,extra",
)