appcore_security/redaction.rs
1// =============================================================================
2// #######
3// ### ### F: redaction.rs
4// ## ## ## ## P: AppCore-Runtime
5// ## ##
6// C: 2026/07/21 10:48:21 by dnettoRaw
7// ## ## ## ## U: 2026/07/21 10:48:21 by dnettoRaw
8// ########### S: 1.0.1-rc.8
9// =============================================================================
10
11//! Security-facing re-export of the runtime redaction primitive.
12
13pub use appcore_core::redact_text;