book
book copied to clipboard
The Rust Programming Language
This PR will fix #3632 . **Changes**: Replaced instance of Button to a Button in [ch17-02-trait-objects](https://github.com/rust-lang/book/blob/main/src/ch17-02-trait-objects.md).
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - yes - I have checked the latest `main` branch to see if...
This PR will fix #3687 **Change:** Corrected the intro to TCP and HTTP in [ch20-01-single-threaded](https://doc.rust-lang.org/stable/book/ch20-01-single-threaded.html)
Hello, I was trying the shell installation command, described in a dead-tree form of the book (Chapter 1. _Installing rustup on Linux or macOS_) on a MacBook: `curl --proto '=https'...
The part that got me the most was this: [Loop Labels](https://doc.rust-lang.org/book/ch03-05-control-flow.html#loop-labels-to-disambiguate-between-multiple-loops). I was pretty confused when I read it. If you read below, you see: "The outer loop has the...
This is potentially a security issue. Running `cargo login {API token}` will save the issued command in the history in most shells, potentially exposing the API key. Furthermore, the API...
Fixes: #3590
Editing what I think is a minor typo. The binary crate should be calling code within the library crate (instead of with the library crate)
Enriching the example by providing two types of print statements. The dev's can chose their own style