cloudiful-redactor 0.5.0

Structured text redaction with reversible sessions for secrets, domains, URLs, and related sensitive values.
Documentation
1
2
3
4
5
6
7
8
9
10
mod aliases;
mod hints;
mod processor;
mod token;

pub(crate) use processor::ReplacementProcessor;
pub(crate) use token::{
    TOKEN_PREFIX, TOKEN_SUFFIX, format_token, parse_token, random_id, random_scope_id, sha256_hex,
    token_like_ranges,
};