rust-by-practice
rust-by-practice copied to clipboard
Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
The single "fight-compiler" exercise borrows the list for iteration, then attempts to borrow the structure mutably in each iteration, which naturally fails. One of the reasons why this fails is...
There was a little grammatical error in this section. I modified: `DON'T let `println!` works` to `DON'T let `println!` work`
- fix typo `edtiable` -> `editable` in task 8 - add `editable` to tasks 11 and 12 - fixes #370
Borrowing the variables in the first problem
Looks like this was not intentional 🙂 and the dot syntax is not coming from Rust
changed comment suggesting arr.get() return Option to Option
Hi, I am used the website https://practice.rs in Chrome and Edge and in both the browser i see that left section with table of content , does not work with...
There is an additional subproblem in the problem asking to print from 97 to 122
Align style with neighbor links