2 releases
0.0.2 | Apr 4, 2025 |
---|---|
0.0.1 | Apr 3, 2025 |
#95 in Text processing
195,016 downloads per month
Used in 27 crates
(3 directly)
28KB
620 lines
Utilities for validating string and char literals and turning them into values they represent.
rustc-literal-escaper
Provides code to unescape string literals. It is used by rustc_lexer
and proc_macro
.