3 stable releases
Uses new Rust 2024
| new 1.1.0 | Mar 9, 2026 |
|---|---|
| 1.0.1 | Mar 8, 2026 |
| 1.0.0 | Mar 7, 2026 |
#2205 in Network programming
285 downloads per month
Used in 31 crates
(7 directly)
210KB
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
~5.5MB
~114K SLoC