17 releases (1 stable)
| 1.0.0 | Nov 24, 2025 |
|---|---|
| 0.1.15 | Sep 10, 2025 |
| 0.1.14 | Jul 8, 2025 |
| 0.1.13 | Dec 1, 2024 |
| 0.1.1 | Jun 26, 2022 |
#2037 in Network programming
20,264 downloads per month
Used in 83 crates
(7 directly)
270KB
5.5K
SLoC
Build statuses
| Platform | Build Status |
|---|---|
| Linux | |
| macOS | |
| Windows |
Usage
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are compio, tokio,
neon or neon-uring.
[dependencies]
ntex = { version = "2", features = ["tokio"] }
Documentation & community resources
- Documentation
- Docs.rs
- Minimum supported Rust version: 1.88 or later
License
This project is licensed under
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Dependencies
~0.9–1.7MB
~32K SLoC