13 stable releases
new 2.5.4 | Mar 16, 2025 |
---|---|
2.5.3 | Mar 14, 2025 |
2.4.0 | Sep 25, 2024 |
2.1.0 | Aug 29, 2024 |
1.0.2 | Mar 30, 2024 |
#2056 in Network programming
9,640 downloads per month
Used in 39 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)
lib.rs
:
Utility for async runtime abstraction
Dependencies
~2–13MB
~177K SLoC