Docs.rs
snailquote-0.3.1
snailquote 0.3.1
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
euank
Dependencies
thiserror ^1.0
normal
unicode_categories ^0.1.1
normal
quickcheck ^0.9
dev
quickcheck_macros ^0.9
dev
Versions
21.05%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
snailquote
0.3.1
All Items
Crate Items
Enums
Functions
Crate
snailquote
Copy item path
Source
Enums
§
Parse
Unicode
Error
Source error type of
UnescapeError::InvalidUnicode
.
Unescape
Error
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
.