19 releases (4 stable)
Uses new Rust 2024
| 1.2.1 | May 5, 2026 |
|---|---|
| 1.1.0 | Jan 17, 2026 |
| 1.0.0 | Nov 24, 2025 |
| 0.6.2 | Jan 30, 2022 |
| 0.1.0 | Mar 31, 2020 |
#2041 in Network programming
25,430 downloads per month
Used in 98 crates
(7 directly)
225KB
4K
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.3–1MB
~20K SLoC