Expand docs a bit

This commit is contained in:
Stjepan Glavina 2020-07-20 11:39:04 +02:00
parent f97ddd9886
commit a3193f922a
1 changed files with 2 additions and 0 deletions

View File

@ -10,10 +10,12 @@
//! * For higher-level networking primitives, use [`async-net`].
//! * For executors, use [`multitask`].
//! * To call blocking code from async code or the other way around, use [`blocking`].
//! * For async traits and combinators, use [`futures-lite`].
//!
//! [`async-io`]: https://docs.rs/async-io
//! [`async-net`]: https://docs.rs/async-net
//! [`blocking`]: https://docs.rs/blocking
//! [`futures-lite`]: https://docs.rs/futures-lite
//! [`multitask`]: https://docs.rs/multitask
//! [`tokio`]: https://docs.rs/tokio
//!