Crate unescaper

Source
Expand description

Unescape the given string. This is the opposite operation of std::ascii::escape_default.

Structs§

Unescaper
Unescaper struct which holding the chars cache for unescaping.

Enums§

Error
Unescaper’s Error.

Functions§

unescape
Unescape the given str.

Type Aliases§

Result
Unescaper’s Result.