book icon indicating copy to clipboard operation
book copied to clipboard

The Rust Programming Language

Results 462 book issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I’d like to help with translations. Is anyone working on a German Translation of the latest Book? Tanks

Enhancement
blocked upstream
Translations

- 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.

2024-fix-nomination

- 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...

Enhancement
blocked upstream
Translations

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,...

2024-fix-nomination

Added “—“ to divide the cargo run arguments from Rust binary arguments

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?...

2024-fix-nomination