Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7671362 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
damoasda committed Mar 10, 2024
1 parent 44d601b commit 022c5c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appendix-04-useful-development-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1 class="menu-title">Die Programmiersprache Rust</h1>

<div id="content" class="content">
<main>
<h2 id="anhang-d---nützliche-entwicklungswerkzeuge"><a class="header" href="#anhang-d---nützliche-entwicklungswerkzeuge">Anhang D - Nützliche Entwicklungswerkzeuge</a></h2>
<h2 id="anhang-d-nützliche-entwicklungswerkzeuge"><a class="header" href="#anhang-d-nützliche-entwicklungswerkzeuge">Anhang D: Nützliche Entwicklungswerkzeuge</a></h2>
<p>In diesem Anhang sprechen wir über einige nützliche Entwicklungswerkzeuge, die
das Rust-Projekt bietet. Wir werden uns mit automatischer Formatierung,
schnellen Möglichkeiten zum Beheben von Warnhinweisen, einem Tool zur
Expand Down
2 changes: 1 addition & 1 deletion appendix-05-editions.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1 class="menu-title">Die Programmiersprache Rust</h1>

<div id="content" class="content">
<main>
<h2 id="anhang-e---ausgaben"><a class="header" href="#anhang-e---ausgaben">Anhang E - Ausgaben</a></h2>
<h2 id="anhang-e-ausgaben"><a class="header" href="#anhang-e-ausgaben">Anhang E: Ausgaben</a></h2>
<p>In Kapitel 1 hast du gesehen, dass <code>cargo new</code> Metadaten zur Ausgabe (edition)
in deiner Datei <em>Cargo.toml</em> hinzufügt. Dieser Anhang erläutert, was das
bedeutet!</p>
Expand Down
2 changes: 1 addition & 1 deletion appendix-07-nightly-rust.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1 class="menu-title">Die Programmiersprache Rust</h1>

<div id="content" class="content">
<main>
<h2 id="anhang-g---wie-rust-erstellt-wird-und-nächtliches-rust"><a class="header" href="#anhang-g---wie-rust-erstellt-wird-und-nächtliches-rust">Anhang G - Wie Rust erstellt wird und „nächtliches Rust“</a></h2>
<h2 id="anhang-g-wie-rust-erstellt-wird-und-nächtliches-rust"><a class="header" href="#anhang-g-wie-rust-erstellt-wird-und-nächtliches-rust">Anhang G: Wie Rust erstellt wird und „nächtliches Rust“</a></h2>
<p>In diesem Anhang geht es darum, wie Rust erstellt wird und wie sich das auf
dich als Rust-Entwickler auswirkt.</p>
<h3 id="stabilität-ohne-stillstand"><a class="header" href="#stabilität-ohne-stillstand">Stabilität ohne Stillstand</a></h3>
Expand Down
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -29895,7 +29895,7 @@ <h3 id="default-für-standardwerte"><a class="header" href="#default-für-standa
z.B. auf Instanzen von <code>Option&lt;T&gt;</code> verwendest. Wenn die <code>Option&lt;T&gt;</code> den Wert
<code>None</code> hat, gibt die Methode <code>unwrap_or_default</code> das Ergebnis von
<code>Default::default</code> für den Typ <code>T</code> zurück, der in <code>Option&lt;T&gt;</code> gespeichert ist.</p>
<div style="break-before: page; page-break-before: always;"></div><h2 id="anhang-d---nützliche-entwicklungswerkzeuge"><a class="header" href="#anhang-d---nützliche-entwicklungswerkzeuge">Anhang D - Nützliche Entwicklungswerkzeuge</a></h2>
<div style="break-before: page; page-break-before: always;"></div><h2 id="anhang-d-nützliche-entwicklungswerkzeuge"><a class="header" href="#anhang-d-nützliche-entwicklungswerkzeuge">Anhang D: Nützliche Entwicklungswerkzeuge</a></h2>
<p>In diesem Anhang sprechen wir über einige nützliche Entwicklungswerkzeuge, die
das Rust-Projekt bietet. Wir werden uns mit automatischer Formatierung,
schnellen Möglichkeiten zum Beheben von Warnhinweisen, einem Tool zur
Expand Down Expand Up @@ -30022,7 +30022,7 @@ <h3 id="ide-integration-mittels-rust-analyzer"><a class="header" href="#ide-inte
Sprachserver-Unterstützung in deiner speziellen IDE. Deine IDE wird
Fähigkeiten wie Autovervollständigung, Sprung zur Definition und im Code
eingeblendete Fehlermeldungen erhalten.</p>
<div style="break-before: page; page-break-before: always;"></div><h2 id="anhang-e---ausgaben"><a class="header" href="#anhang-e---ausgaben">Anhang E - Ausgaben</a></h2>
<div style="break-before: page; page-break-before: always;"></div><h2 id="anhang-e-ausgaben"><a class="header" href="#anhang-e-ausgaben">Anhang E: Ausgaben</a></h2>
<p>In Kapitel 1 hast du gesehen, dass <code>cargo new</code> Metadaten zur Ausgabe (edition)
in deiner Datei <em>Cargo.toml</em> hinzufügt. Dieser Anhang erläutert, was das
bedeutet!</p>
Expand Down Expand Up @@ -30108,7 +30108,7 @@ <h3 id="ide-integration-mittels-rust-analyzer"><a class="header" href="#ide-inte
<li><a href="https://github.com/rust-lang-th/book-th">ไทย</a></li>
<li><a href="https://github.com/DanKHansen/book-dk">Danske</a></li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h2 id="anhang-g---wie-rust-erstellt-wird-und-nächtliches-rust"><a class="header" href="#anhang-g---wie-rust-erstellt-wird-und-nächtliches-rust">Anhang G - Wie Rust erstellt wird und „nächtliches Rust“</a></h2>
<div style="break-before: page; page-break-before: always;"></div><h2 id="anhang-g-wie-rust-erstellt-wird-und-nächtliches-rust"><a class="header" href="#anhang-g-wie-rust-erstellt-wird-und-nächtliches-rust">Anhang G: Wie Rust erstellt wird und „nächtliches Rust“</a></h2>
<p>In diesem Anhang geht es darum, wie Rust erstellt wird und wie sich das auf
dich als Rust-Entwickler auswirkt.</p>
<h3 id="stabilität-ohne-stillstand"><a class="header" href="#stabilität-ohne-stillstand">Stabilität ohne Stillstand</a></h3>
Expand Down

0 comments on commit 022c5c9

Please sign in to comment.