Crate descape

source ·
Expand description

Provides a function for simply unescaping a string.

Designed with char::escape_default in mind, but should also be compatible with strings from most languages.

Traits§

  • Extension trait for &str to allow unescaping of strings.