<div align="center">
<p><h1>ntex</h1> </p>
<p><strong>Framework for composable network services.</strong> </p>
<p>
[](https://github.com/ntex-rs/ntex/actions/workflows/linux.yml/badge.svg)
[](https://crates.io/crates/ntex)
[](https://docs.rs/ntex)
[](https://releases.rs/docs/1.86.0/)

[](https://codecov.io/gh/ntex-rs/ntex/tree/main)
[](https://discord.gg/4GtaeP5Uqu)
</p>
</div>
## Build statuses
| Linux | [](https://github.com/ntex-rs/ntex/actions/workflows/linux.yml/badge.svg) |
| macOS | [](https://github.com/ntex-rs/ntex/actions/workflows/osx.yml/badge.svg) |
| Windows | [](https://github.com/ntex-rs/ntex/actions/workflows/windows.yml/badge.svg) |
## Usage
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are `compio`, `tokio`,
`neon` or `neon-uring`.
```toml
[dependencies]
ntex = { version = "2", features = ["tokio"] }
```
## Documentation & community resources
* [Documentation](https://ntex.rs)
* [Docs.rs](https://docs.rs/ntex)
* Minimum supported Rust version: 1.86 or later
## License
This project is licensed under
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
[http://www.apache.org/licenses/LICENSE-2.0])
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
[http://opensource.org/licenses/MIT])