Files
docs-rust/index.html
2026-06-22 21:27:36 +05:30

30 lines
1.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Rust Programming Language</title>
</head>
<body>
<h1 id="the-rust-programming-language"><a class="header" href="#the-rust-programming-language">The Rust Programming Language</a></h1>
<p><em>by Steve Klabnik, Carol Nichols, and Chris Krycho, with contributions from the
Rust Community</em></p>
<p>This version of the text assumes youre using Rust 1.90.0 (released 2025-09-18)
or later with <code>edition = "2024"</code> in the <em>Cargo.toml</em> file of all projects to
configure them to use Rust 2024 Edition idioms. See the <a href="ch01/ch01-01-installation.html">“Installation” section
of Chapter 1</a><!-- ignore --> for instructions on installing or
updating Rust, and see <a href="appendix/appendix-05-editions.html">Appendix E</a><!-- ignore --> for information
on editions.</p>
<p>The HTML format is available online at
<a href="https://doc.rust-lang.org/stable/book/">https://doc.rust-lang.org/stable/book/</a>
and offline with installations of Rust made with <code>rustup</code>; run <code>rustup doc --book</code> to open.</p>
<p>Several community <a href="appendix/appendix-06-translation.html">translations</a> are also available.</p>
<p>This text is available in <a href="https://nostarch.com/rust-programming-language-3rd-edition">paperback and ebook format from No Starch
Press</a>.</p>
<blockquote>
<p><strong>🚨 Want a more interactive learning experience? Try out a different version
of the Rust Book, featuring: quizzes, highlighting, visualizations, and
more</strong>: <a href="https://rust-book.cs.brown.edu">https://rust-book.cs.brown.edu</a></p>
</blockquote>
</body>
</html>