mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +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