From 407d15cf933bf32998a1c5c1348c950e891fc1cf Mon Sep 17 00:00:00 2001 From: Gurwinder Singh Date: Tue, 9 Jul 2019 20:51:29 +0530 Subject: chore: Add link to docs (#1276) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8dab1c3b..af89a020 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tokio - _NOTE_: Tokio's [`master`](https://github.com/tokio-rs/tokio) branch is currently in the process of moving to `std::future::Future`, for `v0.1.x` based tokio releases please check out the [`v0.1.x`](https://github.com/tokio-rs/tokio/tree/v0.1.x) branch. + _NOTE_: Tokio's [`master`](https://github.com/tokio-rs/tokio) branch is currently in the process of moving to [`std::future::Future`](https://doc.rust-lang.org/std/future/trait.Future.html), for `v0.1.x` based tokio releases please check out the [`v0.1.x`](https://github.com/tokio-rs/tokio/tree/v0.1.x) branch. A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language. It is: -- cgit v1.2.3