49 releases (15 stable)
new 2.11.0 | Apr 14, 2025 |
---|---|
2.9.0 | Jan 15, 2025 |
2.8.0 | Dec 4, 2024 |
2.6.1 | Nov 24, 2024 |
0.1.1 | Apr 11, 2021 |
#2088 in Network programming
12,103 downloads per month
Used in 61 crates
(14 directly)
580KB
14K
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
~1–1.5MB
~26K SLoC