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 |
#1453 in Network programming
17,136 downloads per month
Used in 74 crates
(6 directly)
325KB
6.5K
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.5–5.5MB
~97K SLoC