# ntex
**Repository Path**: markhoo/ntex
## Basic Information
- **Project Name**: ntex
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-12-05
- **Last Updated**: 2025-01-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
ntex
Framework for composable network services.
[](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)")
[](https://crates.io/crates/ntex)
[](https://docs.rs/ntex)
[](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)

[](https://codecov.io/gh/ntex-rs/ntex)
[](https://discord.gg/4GtaeP5Uqu)
## Build statuses
| Platform | Build Status |
| ---------------- | ------------ |
| Linux | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") |
| macOS | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(OSX)") |
| Windows | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Windows)") |
## Usage
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are `compio`, `tokio`,
`glommio` or `async-std`.
```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.75 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])