Registry / utility / unescape

unescape

JSON →
library0.1.0rscratesunverified

Unescapes strings with escape sequences written out as literal characters.

# Cargo.toml [dependencies] unescape = "0.1.0"
INSTALL
IMPORT
SIG · UNESCAPE
U
unescape
utilityrustv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

unescape
✓ use unescape::unescape;

Unescaping a string with a newline escape sequence.

use unescape::unescape; fn main() { let result = unescape("Hello\\nWorld").unwrap(); println!("{}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
unescape — cargo add unescape · libregistry