mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-27 04:31:18 +00:00

update to literal-escaper-0.0.5 Quoting from the changelog, this version brings: - 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