mermaid-runtime 0.25.0

Daemon-safe runtime core for Mermaid
Documentation
1
2
3
4
5
6
7
8
9
//! Re-export: the single redaction implementation lives in
//! `mermaid_model::utils::redact` (the bottom crate), so it is available
//! below the store. Same names, same rules; this module keeps the
//! `crate::redact::` / `mermaid_runtime::` paths every repository and
//! caller always used.

pub use mermaid_model::utils::redact::{
    redact_json, redact_json_text, redact_secrets, sanitize_url_for_display,
};