Skip to main content

escape_string

Function escape_string 

Source
pub fn escape_string(s: &str) -> String
Expand description

Escape a string for output (handle quotes and backslashes).