rust/library/core/benches/str
Arpad Borsos 0334c45bb5
Write `char::DebugEscape` sequences using `write_str`
Instead of writing each `char` of an escape sequence one by one,
this delegates to `Display`, which uses `write_str` internally
in order to write the whole escape sequence at once.
2024-05-20 10:04:44 +02:00
..
char_count.rs Respond to review feedback, and improve implementation somewhat 2022-02-05 11:15:18 -08:00
corpora.rs Respond to review feedback, and improve implementation somewhat 2022-02-05 11:15:18 -08:00
debug.rs Write `char::DebugEscape` sequences using `write_str` 2024-05-20 10:04:44 +02:00
iter.rs benchmarks for Chars::advance_by 2023-11-27 22:06:35 +01:00