You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate provides an async version of [`std`]. It provides all the interfaces you are used to, but in an async version and ready for Rust's `async/await`-syntax.
9
+
This crate provides an async version of [`std`]. It provides all the interfaces you
10
+
are used to, but in an async version and ready for Rust's `async`/`await` syntax.
11
11
12
12
[`std`]: https://doc.rust-lang.org/std/index.html
13
13
@@ -90,10 +90,10 @@ fn main() {
90
90
Clone the repo:
91
91
92
92
```
93
-
git clone git@github.com:stjepang/async-std.git && cd async-std
93
+
git clone git@github.com:async-rs/async-std.git && cd async-std
0 commit comments