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
..
convert.rs rm const traits in libcore 2023-04-16 06:49:27 +00:00
decode.rs Use associated items of char instead of freestanding items in core::char 2023-01-14 11:58:41 +01:00
methods.rs ascii::Char-ify the escaping code 2023-05-12 19:37:02 -07:00
mod.rs ascii::Char-ify the escaping code 2023-05-12 19:37:02 -07:00