21 stable releases
2.8.0 | Apr 8, 2025 |
---|---|
2.7.4 | Mar 28, 2025 |
2.7.1 | Feb 28, 2025 |
2.6.2 | Dec 30, 2024 |
1.0.4 | Mar 30, 2024 |
#1858 in Network programming
11,328 downloads per month
Used in 42 crates
(via ntex)
760KB
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
~203K SLoC