[][src]Crate snailquote

Enums

ParseUnicodeError

Source error type of UnescapeError::InvalidUnicode.

UnescapeError

Error type of unescape.

Functions

escape

Escape the provided string with shell-like quoting and escapes. Strings which do not need to be escaped will be returned unchanged.

unescape

Parse the provided shell-like quoted string, such as one produced by escape.