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

It seems better that the chapter numbers in Japanese lessons are written in Arabic numerals. This is because Arabic numerals are used elsewhere.

Fixes #424 Before: https://www.loom.com/share/f5cff5f1c9ef45d09ac409e499a226e0 After: https://www.loom.com/share/bf5b3697e2684b69bbf04ee6797d90cc

Chapter 7 - Object Oriented Programming Remove the unnecessary leading & from method calls Change &self.method() to self.method()

change the greeting message source code to Thai

This merge: - Fixes some typos and grammar issues - Renames ***Matrizes*** to ***Arrays***, it is better to leave this untranslated. - In brazilian portuguese, and in the programming context,...

Chapter 2 Table of contents feels a little out of order. Current layout: ``` Variables Changing Variables Basic Types Basic Type Conversion Constants Arrays ... ``` Feels like `Constants` right...

`char` is missing from [Basic Type](https://tourofrust.com/05_en.html). Is this intentional ? If not, will be happy to do a PR adding a line about it. Thanks for the project. One of...

Thanks for the great tool. I have started to learn Rust with this tool. It is a very useful tool, but after changing the config settings, it seems that the...

Hi, I found some typos reading the french translation, so this PR aims to provide corrections on the chapter 0, 1 and 2 for the french language. Let me now...