summaryrefslogtreecommitdiffstats
path: root/src/io
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-01-11 09:47:12 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-01-11 09:47:12 -0800
commitc47c445be6e20b49c3382ca6f59be5e9a4044946 (patch)
tree6f9cf12455b4d821821a7a94cdc6f2c23827d401 /src/io
parent28ace4d33c70b128332f7ab1132bb4abb33a7176 (diff)
Add some docs links and such
Diffstat (limited to 'src/io')
-rw-r--r--src/io/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/io/mod.rs b/src/io/mod.rs
index 3a17d394..72d89e10 100644
--- a/src/io/mod.rs
+++ b/src/io/mod.rs
@@ -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;