Skip to content

Commit

Permalink
deploy: 0d79ef4
Browse files Browse the repository at this point in the history
  • Loading branch information
glyn committed Nov 1, 2024
1 parent 46dae30 commit 1e3ed89
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions official.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@ <h1 id="official-rust-books"><a class="header" href="#official-rust-books">Offic
<li><a href="https://rust-lang.github.io/types-team/">The Types Team</a> - traits implementation improvements</li>
<li><a href="https://rust-lang.github.io/wg-async/">wg-async</a> - foundations of async I/O</li>
</ul>
<p>Initiative:</p>
<ul>
<li><a href="https://rust-lang.github.io/async-fundamentals-initiative/index.html">async fn fundamentals initiative</a></li>
<li><a href="https://rust-lang.github.io/dyn-upcasting-coercion-initiative/index.html">Dyn upcast initiative</a></li>
<li><a href="https://rust-lang.github.io/generic-associated-types-initiative/index.html">Generic Associated Types Initiative</a></li>
<li><a href="https://rust-lang.github.io/impl-trait-initiative/index.html">Impl trait initiative</a></li>
</ul>
<p>Other:</p>
<ul>
<li><a href="https://rust-lang.github.io/async-book/">Asynchronous Programming in Rust</a> - non-blocking coroutines</li>
Expand Down
7 changes: 7 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ <h1 id="the-little-book-of-rust-books"><a class="header" href="#the-little-book-
<li><a href="https://rust-lang.github.io/types-team/">The Types Team</a> - traits implementation improvements</li>
<li><a href="https://rust-lang.github.io/wg-async/">wg-async</a> - foundations of async I/O</li>
</ul>
<p>Initiative:</p>
<ul>
<li><a href="https://rust-lang.github.io/async-fundamentals-initiative/index.html">async fn fundamentals initiative</a></li>
<li><a href="https://rust-lang.github.io/dyn-upcasting-coercion-initiative/index.html">Dyn upcast initiative</a></li>
<li><a href="https://rust-lang.github.io/generic-associated-types-initiative/index.html">Generic Associated Types Initiative</a></li>
<li><a href="https://rust-lang.github.io/impl-trait-initiative/index.html">Impl trait initiative</a></li>
</ul>
<p>Other:</p>
<ul>
<li><a href="https://rust-lang.github.io/async-book/">Asynchronous Programming in Rust</a> - non-blocking coroutines</li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 1e3ed89

Please sign in to comment.