This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-11-17 12:26:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
library
/
core
History
The 8472
40cf1f9257
optimize str::iter::Chars::advance_by
...
this avoids part of the char decoding work by not looking at utf8 continuation bytes
2023-11-27 22:06:35 +01:00
..
benches
benchmarks for Chars::advance_by
2023-11-27 22:06:35 +01:00
src
optimize str::iter::Chars::advance_by
2023-11-27 22:06:35 +01:00
tests
…
Cargo.toml
…