dd-sensitive-data-scanner 0.0.0

Core Sensitive Data Scanner library for detecting and redacting sensitive information.
Documentation
1
2
3
4
5
6
7
pub mod compiled;
pub mod config;
mod regex_cache_store;
mod regex_store;

pub use regex_cache_store::{RegexCacheValue, RegexCaches, access_regex_caches};
pub use regex_store::{RegexCacheKey, SharedRegex, get_memoized_regex};