15 releases
0.1.14 | Jul 8, 2025 |
---|---|
0.1.13 | Dec 1, 2024 |
0.1.12 | Jan 16, 2024 |
0.1.11 | Nov 20, 2023 |
0.1.1 | Jun 26, 2022 |
#2047 in Network programming
14,278 downloads per month
Used in 64 crates
(7 directly)
330KB
6.5K
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.8MB
~36K SLoC