29 stable releases
Uses new Rust 2024
| 3.6.0 | Jan 28, 2026 |
|---|---|
| 3.4.0 | Dec 17, 2025 |
| 3.0.0-pre.3 | Nov 30, 2025 |
| 2.8.1 | May 27, 2025 |
| 1.0.4 | Mar 30, 2024 |
#2035 in Network programming
19,316 downloads per month
Used in 65 crates
(via ntex)
745KB
21K
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.86 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
~4–18MB
~216K SLoC