book/src/title-page.md

27 lines
1.0 KiB
Markdown
Raw Normal View History

# The Rust Programming Language
*by Steve Klabnik and Carol Nichols, with contributions from the Rust Community*
2022-11-04 02:10:09 +00:00
This version of the text assumes youre using Rust 1.65 (released 2022-11-03)
or later. See the [“Installation” section of Chapter 1][install]<!-- ignore -->
to install or update Rust.
The HTML format is available online at
[https://doc.rust-lang.org/stable/book/](https://doc.rust-lang.org/stable/book/)
and offline with installations of Rust made with `rustup`; run `rustup docs
--book` to open.
2022-01-27 02:07:07 +00:00
Several community [translations] are also available.
This text is available in [paperback and ebook format from No Starch
Press][nsprust].
[install]: ch01-01-installation.html
[editions]: appendix-05-editions.html
2023-01-21 10:18:33 +00:00
[nsprust]: https://nostarch.com/rust-programming-language-2nd-edition
[translations]: appendix-06-translation.html
2022-08-08 23:09:35 +00:00
> **🚨 Want a more interactive learning experience? Try out a different version
> of the Rust Book, featuring: quizzes, highlighting, visualizations, and
> more**: <https://rust-book.cs.brown.edu>