100-exercises-to-learn-rust icon indicating copy to clipboard operation
100-exercises-to-learn-rust copied to clipboard

A self-paced course to learn Rust, one exercise at a time.

Results 99 100-exercises-to-learn-rust issues
Sort by recently updated
recently updated
newest added

Exercise (03) ticket_v1 - (09) heap references [the "Data layout" section of the Rustonomicon](https://doc.rust-lang.org/nomicon/data.html) The Data layout section currently reads: "This chapter is ideally in agreement with, and rendered redundant...

- [ ] replace temporary cover and back with the actual PDFs

update website font family and size but remains the original print font size I add the stuff by `mdbook init --theme` It should provide better reading exp, it helps for...

Thanks for creating the course and making it available. I'm learning a lot from it. Doing exercise 6.5 Iter seems to require a return type of `impl Iterator`, but AFAIK...

My Exercise Solutions

Hi there, I was wondering, there is no reference to `else if` in chapter [Control flow, part 1](https://rust-exercises.com/100-exercises/02_basic_calculator/03_if_else#control-flow-part-1). If you have time, could you add an example or a reference....