tour_of_rust icon indicating copy to clipboard operation
tour_of_rust copied to clipboard

A tour of rust's language features

Results 56 tour_of_rust issues
Sort by recently updated
recently updated
newest added

https://github.com/richardanaya/tour_of_rust/blob/84568bf70bba4b2702eb509867d828def86295c9/lessons/en/chapter_4.yaml#L39 Technically, there is `std::ptr::null` so this sentence is technically incorrect. Should we add a footnote expanding on this?

https://github.com/richardanaya/tour_of_rust/blob/84568bf70bba4b2702eb509867d828def86295c9/lessons/en/chapter_3.yaml#L86 I might be wrong here, but I think a String struct is stack-allocated, so the reference to the actual heap-allocated memory is itself stack allocated.

from [reddit feedback](https://www.reddit.com/r/rust/comments/hpt01d/tour_of_rust/fxub6hy/?context=8&depth=9) What do you think?

I think it would be a great idea to have each section end with a couple of exercises making use of the playground. Maybe something concise like code that doesn't...

The code in Chapter 5 is currently not executable, so I have created this PR to fix that. Old code: ```rs fn main() { let mut foo = 42; let...

I added the destructuring chapters I made to the romanian version as well!