rust/library/core
Arpad Borsos aaba972e06
Switch to primarily using &str
Surprisingly, benchmarks have shown that using `&str`
instead of `&[u8]` with some `unsafe` code is actually faster.
2024-05-20 11:31:02 +02:00
..
benches Write char::DebugEscape sequences using write_str 2024-05-20 10:04:44 +02:00
src Switch to primarily using &str 2024-05-20 11:31:02 +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