RepoNotes
Toggle theme
Loading ...
Sign in
rust-lang/book
The Rust Programming Language
17818
30
428
Readme
Notes
New Note
Sign in to add notes for this repository
RN
rust-lang
17235
Followers
0
Following
240
Repos
No Twitter
Nothing here
Branches
dependabot/cargo/listings/ch17-async-await/listing-17-17/bytes-1.11.1
dependabot/cargo/listings/ch17-async-await/listing-17-14/rand-0.8.6
dependabot/cargo/listings/ch17-async-await/listing-17-14/bytes-1.11.1
Releases
Rust 2024 Print Edition
Add async chapter
Update to use rand 0.8
Commits
Temporarily remove the link to `Drop::drop`
Synchronize TrplNote name This changes the name of the `TrplNote` mdbook preprocessor so that it matches the name used in `book.toml`. The reason this needs to be in sync is that in upstream we use `
Update to mdbook 0.5 Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-051 This also changes it so that it is not necessary to install `mbdook-trpl`. This should make it
Issues
Clarify range wording in ch02-00
Add readability note about shadowing in ch03-01
fix: Improve clarity & grammar on smart pointer traits