rustc-literal-escaper
Provides code to unescape string literals
0.0.8
32M downloads/mo
#1624 most downloaded on crates.io
rust-lang/literal-escaper
What this package is like to depend on
Last release 2 months ago
23 Jun 2026
Release timing varies
gaps range from 9 days to 6 months
Most releases are documented
notes for 7 of 8 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
8 releases · first in 2025
3 releases in the last 12 months
see the full history below
Release timeline
8 releases · Apr 2025 to Jun 2026
2026
Releases
latest 8-
0.0.823 Jun 2026Nothing published for this version
-
0.0.708 Jan 2026 -
0.0.605 Jan 2026 -
0.0.504 Jul 2025Release notes
Open source →Release notes
- Use
NonZero<char/u8>inunescape_c_strandcheck_raw_c_strto statically exclude nuls - Add
#[inline]to small functions for improved performance
Release notes
Open source →- Use
NonZero<char/u8>inunescape_c_strandcheck_raw_c_strto statically exclude nuls - Add
#[inline]to small functions for improved performance
- Use
-
0.0.414 Jun 2025Release notes
Open source →Release notes
- Add
check_raw_str,check_raw_byte_str,check_raw_c_str, - Add
unescape_str,unescape_byte_str,unescape_c_str, - Add
check_for_errors, - Remove
unescape_unicodeandunescape_mixed
Release notes
Open source →- Add
check_raw_str,check_raw_byte_str,check_raw_c_str, - Add
unescape_str,unescape_byte_str,unescape_c_str, - Add
check_for_errors, - Remove:
unescape_unicodeandunescape_mixed
- Add
-
0.0.304 Jun 2025 -
0.0.204 Apr 2025Release notes
Open source →Release notes
- Add new
rustc-dep-of-stdfeature to allow buildinglibproc-macro
- Add new
-
0.0.103 Apr 2025Release notes
Open source →This is the first release of this crate:
rustc-literal-escaperversion 0.0.1, extracted fromrustc(82eb03ec6).Release notes
- Add
EscapeError,MixedUnitandModeenums - Add
byte_from_char,unescape_byte,unescape_char,unescape_mixedandunescape_unicodefunctions
Release notes
Open source →- Add
EscapeError,MixedUnitandModeenums - Add
byte_from_char,unescape_byte,unescape_char,unescape_mixedandunescape_unicodefunctions
- Add