100-exercises-to-learn-rust
100-exercises-to-learn-rust copied to clipboard
A self-paced course to learn Rust, one exercise at a time.
Thanks for the course!
04_traits/12_copy passes even without implementing wrapping, because 02_basic_calculator/08_overflow added it to dev profile in Cargo.toml.
Hi, First off thank you so much for this book. I was thinking, now that I have cloned this repository, is there any way to serve this git book locally?...
Hi, I am Dario from [hiop](https://hiop.io/). First of all, thank you for this repo. This repo is gold for startups like us who want to build rust skills in our...
Same as #62
I'm not very sure of this one but based on my understanding it would propagate the panic to the current task which would again be caught by the executor
Exercise `(07) threads - (05) channels` won't pass for me even when using the [solution in the `solutions` branch](https://github.com/mainmatter/100-exercises-to-learn-rust/blob/solutions/exercises/07_threads/05_channels/src/lib.rs). Error: ``` ❌ (07) threads - (05) channels Meditate on your...
The name of the variant used in the previous exercise is `TitleError`, not `InvalidTitle` (https://github.com/mainmatter/100-exercises-to-learn-rust/blob/solutions/exercises/05_ticket_v2/08_error_enums/src/lib.rs#L20)