Skip to content

Commit

Permalink
Remove linking sentence linking to itself
Browse files Browse the repository at this point in the history
  • Loading branch information
skade committed Aug 19, 2019
1 parent 3b9ee1a commit de036b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/overview/async-std.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

`async-std`, along with its [supporting libraries][organization], is a library making your life in async programming easier. It provides fundamental implementations for downstream libraries and applications alike. The name reflects the approach of this library: it is as closely modeled to the Rust main standard library as possible, replacing all components by async counterparts.

`async-std` provides an interface to all important primitives: filesystem operations, network operations and concurrency basics like timers. It also exposes a `task` in a model similar to the `thread` module found in the Rust standard lib. But it does not only include I/O primitives, but also `async/await` compatible versions of primitives like `Mutex`. You can read more about `async-std` in [the overview chapter][overview-std].
`async-std` provides an interface to all important primitives: filesystem operations, network operations and concurrency basics like timers. It also exposes a `task` in a model similar to the `thread` module found in the Rust standard lib. But it does not only include I/O primitives, but also `async/await` compatible versions of primitives like `Mutex`.

[organization]: https://github.com/async-rs/async-std
[overview-std]: overview/async-std/

0 comments on commit de036b9

Please sign in to comment.