rustlings
rustlings copied to clipboard
:crab: Small exercises to get you used to reading and writing Rust code!
Previously a Git repository was initialized if a Cargo workspace was detected. However, it's also possible for users to initialize rustlings in an existing Git repository that doesn't contain a...
Hey Rust community Working on translating Rustlings to Ukrainian: https://github.com/noroutine/rustlings-ua This PR is adding it to Community Excercises :) Thank you 🦀
Somewhere during initialization or after, give an to download all the docs referenced and have the links point to the offline references instead of going to the website.
Say I installed the project a while back and I want to continue working on the exercise - my first instinct is to check the root README, or any README...
The hint for iterators1 leads to [the trait.Iterator documentation](https://doc.rust-lang.org/std/iter/trait.Iterator.html), where many of the examples use the to_iter method for obtaining the iterator. The compiler errors when using this method are...