This website requires JavaScript.
Explore
Help
Sign In
jarjar
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2025-12-28 06:49:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rustlings
/
solutions
/
23_conversions
History
Eugen
0bed579a4b
try_from_into.rs: Improve slice implementation
...
Using pattern matching, we can reduce four bound checks to just one.
2025-11-29 19:24:55 +09:00
..
as_ref_mut.rs
Do not use
.as_bytes().len()
on strings
2024-09-22 10:49:55 +02:00
from_into.rs
from_into solution
2024-07-01 22:09:48 +02:00
from_str.rs
Import the error variants in the tests
2024-07-02 01:29:30 +02:00
try_from_into.rs
try_from_into.rs: Improve slice implementation
2025-11-29 19:24:55 +09:00
using_as.rs
using_as solution
2024-07-01 21:41:22 +02:00