mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-31 13:36:41 +00:00
Rearrange README and fix typos
This commit is contained in:
parent
da10be50c9
commit
cf3d66143d
1 changed files with 6 additions and 3 deletions
|
@ -7,11 +7,14 @@ https://github.com/async-rs/async-std)
|
||||||
[](https://docs.rs/async-std)
|
[](https://docs.rs/async-std)
|
||||||
[](https://discord.gg/JvZeVNe)
|
[](https://discord.gg/JvZeVNe)
|
||||||
|
|
||||||
This crate provices an async version of [`std`]. It provides all the interfaces you are used to, but async and ready for Rusts `async/await`-syntax.
|
This crate provides an async version of [`std`]. It provides all the interfaces you are used to, but async and ready for Rusts `async/await`-syntax.
|
||||||
|
|
||||||
For detailed information, take a look at the [documentation][docs] and the associated [book][book].
|
|
||||||
|
|
||||||
[`std`]: https://doc.rust-lang.org/std/index.html
|
[`std`]: https://doc.rust-lang.org/std/index.html
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
`async-std` comes with [extensive API domentation][docs] and a [book][book].
|
||||||
|
|
||||||
[docs]: https://docs.rs/async-std
|
[docs]: https://docs.rs/async-std
|
||||||
[book]: https://book.async.rs
|
[book]: https://book.async.rs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue