Skip to content

Commit

Permalink
Add async-std to ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
upsuper committed Aug 17, 2019
1 parent 905f61f commit 0d6ac17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ <h2><code>async</code> ecosystem</h2>
It was announced by the Async Ecosystem WG as
an exploration towards ecosystem standardization.
</li>
<li>
<a href="https://crates.io/crates/async-std">async-std</a> -
Async version of the Rust standard library.
</li>
<li>
<a href="https://crates.io/crates/async-task">async-task</a> -
Task abstraction for building executors.
</li>
</ul>
<h2>Posts about <code>async</code></h2>
<ul id="async-posts">
Expand Down

0 comments on commit 0d6ac17

Please sign in to comment.