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

My first language is Bengali. Over 237+ million people speak Bengali as first language. So I dicide to make a translation of Rust Book to Bengali so that others can...

Translations

Language your translation is for: Kurdish Sorani (CKB) URL to the repo where you're working: https://github.com/Xoshbin/book-ckb

[Chapter 5.1](https://doc.rust-lang.org/book/ch05-01-defining-structs.html) has this paragraph: > Note that the struct update syntax uses = like an assignment; this is because it moves the data, just as we saw in the...

Language your translation is for: Irish (Gaeilge) URL to the repo where you're working: https://github.com/aindriu80/rust-lang Book viewable at: https://rust-lang-mu.vercel.app/title-page.html Still a work in progress, starting Chapter 4 next.

Translations

Just wanted to give you a heads up that there may be a not entirely obvious change in Rust 1.86. The target_feature_11 change adds a new ability for [Unsafe superpowers](https://doc.rust-lang.org/nightly/book/ch20-01-unsafe-rust.html#unsafe-superpowers),...

Currently the book section 3.4 on comments, makes no mention of block comments /* */. as a new user of the language, i assumed rust simply didn't support it, until...

Language your translation is for: Vietnamese URL to the repo where you're working: https://github.com/daohainam/rust-book-vi Currently we are translating Chapter 10.

Translations

Preliminary book changes for Arbitrary Self Types v2. The listing number is currently out of order and this will need fixing, I suspect, but keeping things there unchanged for reviewability...

Language your translation is for: Simple Chinese URL to the repo where you're working: https://github.com/Xheldon/rust-book-cn I use AI + manual methods to directly translate the HTML content of the built...

Translations

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - self.state.request_review - I have checked the latest `main` branch to see if...