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.
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.
[`std`]: https://doc.rust-lang.org/std/index.html
@ -90,10 +90,10 @@ fn main() {
Clone the repo:
```
git clone git@github.com:stjepang/async-std.git && cd async-std
git clone git@github.com:async-rs/async-std.git && cd async-std