Skip to content

Releases: rust-lang/book

Rust 2024 Print Edition

Choose a tag to compare

Text and code corresponding to the printing released on February 2026.

ISBN-13: 9781718504448
Available from https://nostarch.com/rust-programming-language-3rd-edition

Add async chapter

Choose a tag to compare

@chriskrycho chriskrycho released this 07 Nov 19:52
e16dd73

Updates all listings to include the newly added async chapter materials, as well as minor Rust 2024 Edition updates and other fixes.

Update to use rand 0.8

Choose a tag to compare

@carols10cents carols10cents released this 18 Feb 02:27
4a08b68

The 0.8.x versions of the rand crate changed the API of the gen_range function used in the Guessing Game and other examples. This release contains updated code in listings.tar.gz that uses the 0.8.x series of rand.

Rust 2018 Print Edition

Choose a tag to compare

@carols10cents carols10cents released this 29 Sep 01:41
7ddc464

Corresponds to what was printed by No Starch Press with ISBN-13 9781718500440.

Download "listings.tar.gz" to get just the source code that appears in the listings in the book.