book
book copied to clipboard
The Rust Programming Language
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...
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 !
Started a Hebrew translation at https://github.com/idanmel/rust-book-heb
- [ 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...
- [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...
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`....