book
book copied to clipboard
The Rust Programming Language
- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates ###...
- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates URL...
Include a simple note to clarify why num was used. Initially this could confuse starters since they might thing that num is some special rust keyword I found the answer...
- [X] I have checked the latest `main` branch to see if this has already been fixed - [X] I have searched existing issues and pull requests for duplicates This...
It is a common misconception from rust beginners that rust has "immutable values", something found in other languages. The current text seems to imply that a value could gain a...
- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates URL...
The section that talks about what traits closures get mapped to, in chapter 13, is a little confusing. See the highlights sentences below. > These are encoded in the three...
This issue tracks inclusion of information about async/await into the Book. This will happen in the 2018 edition. Tracking issue: None
- [x ] I have checked the latest `main` branch to see if this has already been fixed - [x ] I have searched existing issues and pull requests for...
Use `Vec::drain` method which allows to move elements out of the vector. Then wrapping `thread` into `Option` is not needed.