22 releases (2 stable)
Uses new Rust 2024
| 3.1.0 | Dec 17, 2025 |
|---|---|
| 3.0.0-pre.0 | Nov 27, 2025 |
| 0.5.4 | Jul 28, 2025 |
| 0.5.3 | Nov 4, 2024 |
| 0.1.3 | Jan 30, 2022 |
#2051 in Network programming
14,836 downloads per month
Used in 47 crates
(via ntex-net)
725KB
18K
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 = ["compio"] }
Documentation & community resources
- Documentation
- Docs.rs
- Minimum supported Rust version: 1.85 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
~3–15MB
~125K SLoC