]> git.proxmox.com Git - rustc.git/blob - src/doc/book/src/title-page.md
New upstream version 1.64.0+dfsg1
[rustc.git] / src / doc / book / src / title-page.md
1 # The Rust Programming Language
2
3 *by Steve Klabnik and Carol Nichols, with contributions from the Rust Community*
4
5 This version of the text assumes you’re using Rust 1.62 (released 2022-06-30)
6 or later. See the [“Installation” section of Chapter 1][install]<!-- ignore -->
7 to install or update Rust.
8
9 The HTML format is available online at
10 [https://doc.rust-lang.org/stable/book/](https://doc.rust-lang.org/stable/book/)
11 and offline with installations of Rust made with `rustup`; run `rustup docs
12 --book` to open.
13
14 Several community [translations] are also available.
15
16 This text is available in [paperback and ebook format from No Starch
17 Press][nsprust].
18
19 [install]: ch01-01-installation.html
20 [editions]: appendix-05-editions.html
21 [nsprust]: https://nostarch.com/rust
22 [translations]: appendix-06-translation.html