mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
doc: feature flags in README (#2682)
This commit is contained in:
parent
844d9c6acb
commit
08872c55d1
@ -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
|
[examples]: https://github.com/tokio-rs/tokio/tree/master/examples
|
||||||
[mini-redis]: https://github.com/tokio-rs/mini-redis/
|
[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
|
## Getting Help
|
||||||
|
|
||||||
First, see if the answer to your question can be found in the [Guides] or the
|
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
|
[API documentation]: https://docs.rs/tokio/latest/tokio
|
||||||
[chat]: https://discord.gg/tokio
|
[chat]: https://discord.gg/tokio
|
||||||
[discussions]: https://github.com/tokio-rs/tokio/discussions
|
[discussions]: https://github.com/tokio-rs/tokio/discussions
|
||||||
|
[feature-flag-docs]: https://docs.rs/tokio/#feature-flags
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -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
|
[examples]: https://github.com/tokio-rs/tokio/tree/master/examples
|
||||||
[mini-redis]: https://github.com/tokio-rs/mini-redis/
|
[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
|
## Getting Help
|
||||||
|
|
||||||
First, see if the answer to your question can be found in the [Guides] or the
|
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
|
[API documentation]: https://docs.rs/tokio/latest/tokio
|
||||||
[chat]: https://discord.gg/tokio
|
[chat]: https://discord.gg/tokio
|
||||||
[discussions]: https://github.com/tokio-rs/tokio/discussions
|
[discussions]: https://github.com/tokio-rs/tokio/discussions
|
||||||
|
[feature-flag-docs]: https://docs.rs/tokio/#feature-flags
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user