Files
rust/library
Michal Nazarewicz 7d1de7f994 core: optimise Debug impl for ascii::Char
Rather than writing character at a time, optimise Debug implementation
for core::ascii::Char such that it writes the entire representation as
with a single write_str call.

With that, add tests for Display and Debug implementations.
2024-08-09 22:50:57 +02:00
..
2024-06-06 22:50:45 -07:00
2024-07-28 14:46:29 -04:00
2024-07-26 13:26:33 +01:00
2024-08-04 03:40:21 +05:30