23 stable releases
new 2.5.14 | Apr 18, 2025 |
---|---|
2.5.13 | Apr 8, 2025 |
2.5.10 | Mar 28, 2025 |
2.4.0 | Sep 25, 2024 |
1.0.2 | Mar 30, 2024 |
#1723 in Network programming
13,049 downloads per month
Used in 41 crates
(6 directly)
1MB
23K
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.75 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
~2–13MB
~175K SLoC