A basic TCP echo server with Tokio.
-Make sure you activated the full features of the tokio crate on Cargo.toml:
+Make sure you enable the full features of the tokio crate on Cargo.toml:
```toml
[dependencies]
[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
+To see a list of the available feature flags that can be enabled, check our
[docs][feature-flag-docs].
## Getting Help
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
-for inclusion in Tokio by you, shall be licensed as MIT, without any additional
+for inclusion in Tokio by you shall be licensed as MIT, without any additional
terms or conditions.
A basic TCP echo server with Tokio.
-Make sure you activated the full features of the tokio crate on Cargo.toml:
+Make sure you enable the full features of the tokio crate on Cargo.toml:
```toml
[dependencies]
[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
+To see a list of the available feature flags that can be enabled, check our
[docs][feature-flag-docs].
## Getting Help
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
-for inclusion in Tokio by you, shall be licensed as MIT, without any additional
+for inclusion in Tokio by you shall be licensed as MIT, without any additional
terms or conditions.