19 releases (1 stable)
Uses new Rust 2024
| 1.0.0 | Nov 24, 2025 |
|---|---|
| 0.5.3 | Jan 16, 2024 |
| 0.5.2 | Sep 12, 2023 |
| 0.5.1 | Aug 23, 2021 |
| 0.3.0 | Mar 31, 2020 |
#1428 in Network programming
31,418 downloads per month
Used in 106 crates
(6 directly)
325KB
7K
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
~3–5MB
~90K SLoC