feat: added cleanscript

This commit is contained in:
2026-06-22 21:27:36 +05:30
parent dbddc0ce2d
commit 4581eea409
309 changed files with 14551 additions and 46035 deletions

29
index.html Normal file
View File

@@ -0,0 +1,29 @@
<!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>