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

The text sometimes still refers to `if let` instead to `let...else`. This PR updates the text accordingly.

Fixes a URL link that refers to localhost with a fixed port number. Removes two unused links.

An open bracket seems to have been lost during a text update. This PR inserts the bracket again, hopefully at the right place.

`!` is a type, not a value. > never resolve to any value at all https://doc.rust-lang.org/std/primitive.never.html Let me know if I got it right...

**First, I'm sorry. This is the second issue I'm opening here, because I thought I did not label my previous issue correctly, so I tried to edit, and closed to...

The variables `string1` and `string2` are created and passed to `longest` in different ways for no apparent reason. I've made a small change to make Listing 10-19 consistent with the...

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - match - lines - I have checked the latest `main` branch to...

Language your translation is for: Finnish URL to the repo where you're working:https://github.com/Gigli2020/Kirja.git

Translations

Language your translation is for: **Bengali** URL to the repo where you're working: https://github.com/IsmailHosenIsmailJames/rust-book-bn **Hosting on** : https://ismailhosenismailjames.github.io/Rust-Book-Bengali/

I have noticed that there are anchor tags on sections and subsections. It would be nice to have anchor tags on the figures' names as well. For example (from the...

Enhancement
Online only
E-help-wanted