47 releases (23 stable)
3.5.0 | Jun 14, 2025 |
---|---|
3.4.0 | Dec 4, 2024 |
3.3.3 | Nov 10, 2024 |
3.0.0 | May 28, 2024 |
0.1.0 | Mar 31, 2020 |
#1320 in Network programming
14,763 downloads per month
Used in 66 crates
(10 directly)
125KB
3.5K
SLoC
See Service
docs for information on this crate's foundational trait.
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)