Escape a CDDL fixed text value for safe interpolation into an emitted Rust string literal. CDDL text literals may legally contain `"` or `\`; without escaping, those emit invalid Rust (rustfmt then fails on the generated source). Plain values are unchanged.
(s: &str)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected