From 6b9a15067b9a0575ac5101bd280a9ddb4bbac4ee Mon Sep 17 00:00:00 2001 From: damoasda <46045854+damoasda@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:18:22 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20rust-lan?= =?UTF-8?q?g-de/rustbook-de@0bfcba8b09973d829250397ecfd93ebde286c818=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 57 +++++--------- appendix-00.html | 57 +++++--------- appendix-01-keywords.html | 57 +++++--------- appendix-02-operators.html | 57 +++++--------- appendix-03-derivable-traits.html | 57 +++++--------- appendix-04-useful-development-tools.html | 57 +++++--------- appendix-05-editions.html | 57 +++++--------- appendix-06-translation.html | 57 +++++--------- appendix-07-nightly-rust.html | 57 +++++--------- book.js | 25 +++--- ch00-00-introduction.html | 57 +++++--------- ch01-00-getting-started.html | 57 +++++--------- ch01-01-installation.html | 57 +++++--------- ch01-02-hello-world.html | 57 +++++--------- ch01-03-hello-cargo.html | 57 +++++--------- ch02-00-guessing-game-tutorial.html | 57 +++++--------- ch03-00-common-programming-concepts.html | 57 +++++--------- ch03-01-variables-and-mutability.html | 57 +++++--------- ch03-02-data-types.html | 57 +++++--------- ch03-03-how-functions-work.html | 57 +++++--------- ch03-04-comments.html | 57 +++++--------- ch03-05-control-flow.html | 57 +++++--------- ch04-00-understanding-ownership.html | 57 +++++--------- ch04-01-what-is-ownership.html | 57 +++++--------- ch04-02-references-and-borrowing.html | 57 +++++--------- ch04-03-slices.html | 57 +++++--------- ch05-00-structs.html | 57 +++++--------- ch05-01-defining-structs.html | 57 +++++--------- ch05-02-example-structs.html | 57 +++++--------- ch05-03-method-syntax.html | 57 +++++--------- ch06-00-enums.html | 57 +++++--------- ch06-01-defining-an-enum.html | 57 +++++--------- ch06-02-match.html | 57 +++++--------- ch06-03-if-let.html | 57 +++++--------- ...ects-with-packages-crates-and-modules.html | 57 +++++--------- ch07-01-packages-and-crates.html | 57 +++++--------- ...-modules-to-control-scope-and-privacy.html | 57 +++++--------- ...ferring-to-an-item-in-the-module-tree.html | 57 +++++--------- ...paths-into-scope-with-the-use-keyword.html | 57 +++++--------- ...parating-modules-into-different-files.html | 57 +++++--------- ch08-00-common-collections.html | 57 +++++--------- ch08-01-vectors.html | 57 +++++--------- ch08-02-strings.html | 57 +++++--------- ch08-03-hash-maps.html | 57 +++++--------- ch09-00-error-handling.html | 57 +++++--------- ch09-01-unrecoverable-errors-with-panic.html | 57 +++++--------- ch09-02-recoverable-errors-with-result.html | 57 +++++--------- ch09-03-to-panic-or-not-to-panic.html | 57 +++++--------- ch10-00-generics.html | 57 +++++--------- ch10-01-syntax.html | 57 +++++--------- ch10-02-traits.html | 57 +++++--------- ch10-03-lifetime-syntax.html | 57 +++++--------- ch11-00-testing.html | 57 +++++--------- ch11-01-writing-tests.html | 76 ++++++++----------- ch11-02-running-tests.html | 57 +++++--------- ch11-03-test-organization.html | 57 +++++--------- ch12-00-an-io-project.html | 57 +++++--------- ch12-01-accepting-command-line-arguments.html | 57 +++++--------- ch12-02-reading-a-file.html | 57 +++++--------- ...proving-error-handling-and-modularity.html | 57 +++++--------- ...04-testing-the-librarys-functionality.html | 57 +++++--------- ...05-working-with-environment-variables.html | 57 +++++--------- ...6-writing-to-stderr-instead-of-stdout.html | 57 +++++--------- ch13-00-functional-features.html | 57 +++++--------- ch13-01-closures.html | 57 +++++--------- ch13-02-iterators.html | 57 +++++--------- ch13-03-improving-our-io-project.html | 57 +++++--------- ch13-04-performance.html | 57 +++++--------- ch14-00-more-about-cargo.html | 57 +++++--------- ch14-01-release-profiles.html | 57 +++++--------- ch14-02-publishing-to-crates-io.html | 57 +++++--------- ch14-03-cargo-workspaces.html | 57 +++++--------- ch14-04-installing-binaries.html | 57 +++++--------- ch14-05-extending-cargo.html | 57 +++++--------- ch15-00-smart-pointers.html | 57 +++++--------- ch15-01-box.html | 57 +++++--------- ch15-02-deref.html | 57 +++++--------- ch15-03-drop.html | 57 +++++--------- ch15-04-rc.html | 57 +++++--------- ch15-05-interior-mutability.html | 57 +++++--------- ch15-06-reference-cycles.html | 57 +++++--------- ch16-00-concurrency.html | 57 +++++--------- ch16-01-threads.html | 57 +++++--------- ch16-02-message-passing.html | 57 +++++--------- ch16-03-shared-state.html | 57 +++++--------- ...-extensible-concurrency-sync-and-send.html | 57 +++++--------- ch17-00-oop.html | 57 +++++--------- ch17-01-what-is-oo.html | 57 +++++--------- ch17-02-trait-objects.html | 57 +++++--------- ch17-03-oo-design-patterns.html | 57 +++++--------- ch18-00-patterns.html | 57 +++++--------- ch18-01-all-the-places-for-patterns.html | 57 +++++--------- ch18-02-refutability.html | 57 +++++--------- ch18-03-pattern-syntax.html | 57 +++++--------- ch19-00-advanced-features.html | 57 +++++--------- ch19-01-unsafe-rust.html | 57 +++++--------- ch19-03-advanced-traits.html | 57 +++++--------- ch19-04-advanced-types.html | 57 +++++--------- ch19-05-advanced-functions-and-closures.html | 57 +++++--------- ch19-06-macros.html | 57 +++++--------- ch20-00-final-project-a-web-server.html | 57 +++++--------- ch20-01-single-threaded.html | 57 +++++--------- ch20-02-multithreaded.html | 57 +++++--------- ch20-03-graceful-shutdown-and-cleanup.html | 57 +++++--------- css/chrome.css | 54 ++++++++++--- css/general.css | 10 +++ css/variables.css | 36 ++++++++- foreword.html | 57 +++++--------- highlight.css | 1 + index.html | 57 +++++--------- print.html | 76 ++++++++----------- title-page.html | 57 +++++--------- toc.html | 34 +++++++++ toc.js | 70 +++++++++++++++++ tomorrow-night.css | 2 + 115 files changed, 2154 insertions(+), 4215 deletions(-) create mode 100644 toc.html create mode 100644 toc.js diff --git a/404.html b/404.html index ca42cfc0..248028a9 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,5 @@ - +
@@ -8,7 +8,7 @@ - + @@ -33,15 +33,17 @@ - - -