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