Add some docs links and such

This commit is contained in:
Alex Crichton
2017-01-11 09:47:12 -08:00
parent 28ace4d33c
commit c47c445be6
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -2,6 +2,12 @@
//!
//! Contains various combinators to work with I/O objects and type definitions
//! as well.
//!
//! A description of the high-level I/O combinators can be [found online] in
//! addition to a description of the [low level details].
//!
//! [found online]: https://tokio.rs/docs/getting-started/core/
//! [low level details]: https://tokio.rs/docs/going-deeper/core-low-level/
use std::io;