51 releases (4 stable)
Uses new Rust 2024
| 3.3.0 | Dec 15, 2025 |
|---|---|
| 3.0.0 | Nov 27, 2025 |
| 0.4.33 | Nov 15, 2025 |
| 0.4.32 | Jun 24, 2025 |
| 0.1.0 | Mar 31, 2020 |
#1834 in Network programming
15,670 downloads per month
Used in 78 crates
(8 directly)
53KB
1.5K
SLoC
A runtime implementation that runs everything on the current thread.
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
~0.6–16MB
~165K SLoC