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
8
9
10
11
12
13
14
---
source: redact-engine/src/pattern.rs
expression: "Redact::try_capture(TEXT, &Regex::new(\"(foo)\").unwrap(), 1, false)"
---
[
    (
        "foo",
        None,
    ),
    (
        "foo",
        None,
    ),
]