book
book copied to clipboard
The Rust Programming Language
I have made changes to the book to increase clarity for specific sentences. Some of the changes are: removed/added commas where needed, added/removed articles before words where needed, broke down...
Hello, in the last few weeks I read the freely available version of your great book about the Rust programming language. As a non native English speaker, I had the...
It would be nice to add few simple words explaining distinction between: \- immutable/mutable variable \- and immutable/mutable (fixed size known at compile time/ unknown at compile time size )...
When reading that section some weeks ago, I marked it as it was not quite clear: >Additionally, the isize and usize types depend on the architecture of the computer your...
Some weeks ago I reported already some more serious issues separately. Still, Chapter 2 has some more minor stylistic issues which might make reading it unnecessary difficult. I will summarize...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - command prompt - command not found - Copy to clipboard - I...
Language your translation is for: Bulgarian URL to the repo where you're working: [https://github.com/kristyanYochev/rust-book-bg](https://github.com/kristyanYochev/rust-book-bg)
Reference to the Spanish-language book maintained by the Spanish-language community @RustLangES
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - expect - I have checked the latest `main` branch to see if...
Whenever, a user kind of clicks on that `enumeration` link which is shown here:  We get hit on [this](https://doc.rust-lang.org/book/ch06-00-enums.html) link, which gives info about the coming chapter rather than...