Function tvix_eval::value::string::nix_escape_string
source ยท fn nix_escape_string(input: &str) -> Cow<'_, str>
Expand description
Escape a Nix string for display, as most user-visible representation are escaped strings.
Note that this does not add the outer pair of surrounding quotes.