Releases: rust-lang/literal-escaper
Releases · rust-lang/literal-escaper
v0.0.5
Release notes
- Use
NonZero<char/u8>
in unescape_c_str
and check_raw_c_str
to statically exclude nuls
- Add
#[inline]
to small functions for improved performance
v0.0.4
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_unicode
and unescape_mixed
v0.0.3
Release notes
- Extend
rustc-dep-of-std
feature to include libcore
v0.0.2
Release notes
- Add new
rustc-dep-of-std
feature to allow building libproc-macro
v0.0.1
This is the first release of this crate: rustc-literal-escaper
version 0.0.1, extracted from rustc
(82eb03ec6).
Release notes
- Add
EscapeError
, MixedUnit
and Mode
enums
- Add
byte_from_char
, unescape_byte
, unescape_char
, unescape_mixed
and unescape_unicode
functions