summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBlas Rodriguez Irizar <rodrigblas@gmail.com>2020-07-24 20:51:34 +0200
committerGitHub <noreply@github.com>2020-07-24 20:51:34 +0200
commit08872c55d161cac08f4feb3e141883a47ab766cf (patch)
tree31f51da148687f1f20a014a23bd8c5c29247b0d5 /README.md
parent844d9c6acbdf1fe109c0f6e73130ef933e6b7716 (diff)
doc: feature flags in README (#2682)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0aa495e7..da9078c5 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