rust/library/core
Arpad Borsos 3fda931afe
Add a fast-path to Debug ASCII &str
Instead of going through the `EscapeDebug` machinery, we can just skip over ASCII chars that don’t need any escaping.
2024-05-20 10:04:45 +02:00
..
benches Write char::DebugEscape sequences using write_str 2024-05-20 10:04:44 +02:00
src Add a fast-path to Debug ASCII &str 2024-05-20 10:04:45 +02:00
tests Rename flatten(_mut)as_flattened(_mut) 2024-05-15 23:39:33 -07:00
Cargo.toml Import the 2021 prelude in the core crate 2024-03-25 13:12:06 -07:00