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

Example: ```rust let x = -5 / 2; // x == -2 ``` If it is "rounding down", then `x == -3`. But for `-2` I think "rounding towards zero"...

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

Q for ourselves

Hi everyone, I would like to start working on a Persian translation of the book. So here is the link to [my fork](https://github.com/srmarjani/book). Thank you !

Enhancement
blocked upstream
Translations

Started a Hebrew translation at https://github.com/idanmel/rust-book-heb

Enhancement
blocked upstream
Translations

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

Need more info

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

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

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

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

2024-fix-nomination

At the start of chapter 10-03, the concept of a "lifetime" is introduced, by talking about the concrete lifetimes of values. These lifetimes are referred to using `'a` and `'b`....

Enhancement
Q for ourselves