20 stable releases
new 2.7.4 | Mar 28, 2025 |
---|---|
2.7.1 | Feb 28, 2025 |
2.6.2 | Dec 30, 2024 |
2.5.0 | Nov 4, 2024 |
1.0.4 | Mar 30, 2024 |
#1998 in Network programming
12,001 downloads per month
Used in 39 crates
(via ntex)
740KB
18K
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
~5–15MB
~212K SLoC