Files
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
..
2023-11-27 22:06:35 +01:00