book
book copied to clipboard
The Rust Programming Language
…gnito mode, to prevent it from crashing. See: https://medium.com/@ludirehak/why-chrome-crashes-the-rust-books-web-server-30265b18d32c Fixes #3545.
Very very minor change that changes the format of cargo's compile message. There were a couple of cargo messages formatted as `1.23 secs`, which doesn't seem to be what cargo...
This updates the testing code in chapter 11 to reflect what cargo will generate when running `cargo new adder --lib`.
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - listing-09-13 - listing 09-13 - 9-13 - I have checked the latest...
Language your translation is for: Uyghur URL to the repo where you're working: https://github.com/UyCode/rust-lang-book-ug
Fix typo in Chapter 7 Section 3, changing: "benefit from the most functionality" to "benefit from most of the functionality" and "start an executable that calls code with the library...
Updated the path Refer the below screesnhot 
Fixes: #3561
Original expression `Any code that reads or writes from ...` should be `Any code that reads from or writes to ...`. However, compared with `access or modify`, `read from or...
As I was reading about unsafe Rust I came across the line "Access fields of `union`s". The generated HTML from Markdown displayed the "s" as a separate letter from the...