Files
rust/library/core/src/char
Scott McMurray 28449daa22 ascii::Char-ify the escaping code
This means that `EscapeIterInner::as_str` no longer needs unsafe code, because the type system ensures the internal buffer is only ASCII, and thus valid UTF-8.
2023-05-12 19:37:02 -07:00
..
2023-04-16 06:49:27 +00:00
2023-05-12 19:37:02 -07:00
2023-05-12 19:37:02 -07:00