MCPcopy Index your code
hub / github.com/RustPython/RustPython / escape.rs

File escape.rs

crates/literal/src/escape.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use alloc::string::String;
2use rustpython_wtf8::{CodePoint, Wtf8};
3
4#[derive(Debug, PartialEq, Eq, Copy, Clone, Hash, is_macro::Is)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected