Skip to content

Commit

Permalink
doc: feature flags in README (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
blasrodri authored Jul 24, 2020
1 parent 844d9c6 commit 08872c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
4 changes: 4 additions & 0 deletions tokio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 08872c5

Please sign in to comment.