book
book copied to clipboard
The Rust Programming Language
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - Using Result Ch11 - Using Result - question mark operator - I...
Currently, in section 15.01, the book explains how `Box` can be used to build recursive data structures(in particular, linked list.) However, the book **does not** warn against the potential stack...
- [x] First draft #3909 - [x] Internal editing and revision - [x] First revision #3965 - [x] Tech reviews - [x] Will Crichton (@willcrichton) - [x] James Munns (@jamesmunns)...
Needs https://github.com/rust-lang/mdBook/pull/2401 to land before it can be landed, because mdbook requires pulldown-cmark 0.10, so there is a type mismatch on `Event`: ``` error[E0271]: expected `Parser`, but it yields `Event`,...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - 2021 - ch9 (found this https://github.com/rust-lang/book/issues/1262 ) - ch09 - I have...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - `BufReader` - I have checked the latest `main` branch to see if...
Finally, here is chapter 08 adapted to the new `` pre-processor. I'm not sure if everything works as intended since I couldn't get `mdbook` to behave properly on my machine,...
Finally, here is chapter 07 adapted to the new `` pre-processor. I'm not sure if everything works as intended since I couldn't get `mdbook` to behave properly on my machine,...
Finally, here is chapter 10 adapted to the new `` pre-processor. I'm not sure if everything works as intended since I couldn't get `mdbook` to behave properly on my machine,...
On [chapter 3 , shadowing section](https://github.com/rust-lang/book/blob/main/src/ch03-01-variables-and-mutability.md) the text goes to great lengths to explain the difference between mutability and shadowing, somewhat implying that you can have either/or (not stated anywhere)....