book
book copied to clipboard
The Rust Programming Language
Hi, I’d like to help with translations. Is anyone working on a German Translation of the latest Book? Tanks
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - variables - guessing game - ch02-00 - I have checked the latest...
This is to match the docs: https://doc.rust-lang.org/std/iter/index.html And also for consistency reasons. It was sometimes 'adaptor', sometimes 'adapter', which can be confusing.
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - chapter 2 continue - guessing game continue - I have checked the...
Description of the problem: Chapter 13 makes no difference amongst anonymous functions and closures. An anonymous function is a closure only if it captures some value from its parent scope....
Repo: https://github.com/3442853561/rustbook-zh-cn the URL for reading online: http://www.broadview.com.cn/article/144 Considering that the Chinese may not use gitbook. We chose the website(www.broadview.com.cn), which is more stable and easy for Chinese beginners to...
As of Rust 1.71, every ABI except for `Rust` comes in two variants, an `-unwind` version and the original non-`unwind` version. This isn't something the book should cover in detail,...
Added “—“ to divide the cargo run arguments from Rust binary arguments
…is enough important to be kept.
Hi! I'm translating the book and note that the book doesn't show anything about expressions like `let else`. Have you some plans to update the book to include this feature?...