From 6fb395f5b6482edbcd8d03e2baf8eb16774230f4 Mon Sep 17 00:00:00 2001 From: Blas Rodriguez Irizar Date: Thu, 23 Jul 2020 16:36:06 +0200 Subject: [PATCH] Reference the docs in the README with regards to the feature flags --- README.md | 4 ++++ tokio/README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 0aa495e7832..da9078c5824 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ More examples can be found [here][examples]. For a larger "real world" example, [examples]: https://github.com/tokio-rs/tokio/tree/master/examples [mini-redis]: https://github.com/tokio-rs/mini-redis/ +To see a list of the available features flags that can be enabled, check our +[docs][feature-flag-docs]. + ## Getting Help First, see if the answer to your question can be found in the [Guides] or the @@ -107,6 +110,7 @@ question. You can also ask your question on [the discussions page][discussions]. [API documentation]: https://docs.rs/tokio/latest/tokio [chat]: https://discord.gg/tokio [discussions]: https://github.com/tokio-rs/tokio/discussions +[feature-flag-docs]: https://docs.rs/tokio/#feature-flags ## Contributing diff --git a/tokio/README.md b/tokio/README.md index 0aa495e7832..da9078c5824 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -96,6 +96,9 @@ More examples can be found [here][examples]. For a larger "real world" example, [examples]: https://github.com/tokio-rs/tokio/tree/master/examples [mini-redis]: https://github.com/tokio-rs/mini-redis/ +To see a list of the available features flags that can be enabled, check our +[docs][feature-flag-docs]. + ## Getting Help First, see if the answer to your question can be found in the [Guides] or the @@ -107,6 +110,7 @@ question. You can also ask your question on [the discussions page][discussions]. [API documentation]: https://docs.rs/tokio/latest/tokio [chat]: https://discord.gg/tokio [discussions]: https://github.com/tokio-rs/tokio/discussions +[feature-flag-docs]: https://docs.rs/tokio/#feature-flags ## Contributing