book
book copied to clipboard
The Rust Programming Language
**Language your translation is for:** Uzbek **URL to the repo where you're working:** https://github.com/rust-lang-uz/book **Production:** https://doc.rust-lang.uz/book/ We are progressing quite slow, but 1-15 chapters are done and can be merged...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - unfortunately - I have checked the latest `main` branch to see if...
#### 👀 I have searched open and closed issues and pull requests for duplicates, using these search terms: - "mdbook" - "mdbook this file" - "mdbook cargo.toml" #### ✅ I...
Language your translation is for: Visually impaired URL to the repo where you're working: no repo yet, I'm in the investigation phase. However, I'm planning on recording a true audiobook...
Fixes #2980. @carols10cents, the downside here is that we now repeat the exact phrase 'calling a function is an expression' at two points in the text. 🤔
Hello, I searched the issues but did not find an existing relevant one. The only provided solution for returning closure in this section is using Box: https://doc.rust-lang.org/book/2018-edition/ch19-05-advanced-functions-and-closures.html#returning-closures ``` fn returns_closure()...
- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates **URL...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - appendix 02 - B-3 - ::path - etc... - I have checked...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - is:issue There can only be one owner at a time. - is:issue...
```...if &"hello"[0] were valid code that returned the byte value, it would return 104, not h.``` In [chapter 8, section 8.2 ](https://doc.rust-lang.org/book/ch08-02-strings.html) shows an example of the indexing of a...