187 releases (23 stable)
new 2.12.0 | Mar 14, 2025 |
---|---|
2.10.0 | Dec 4, 2024 |
2.8.0 | Nov 4, 2024 |
2.1.0 | Jul 30, 2024 |
0.1.0 | Feb 17, 2020 |
#29 in HTTP server
10,441 downloads per month
Used in 54 crates
(51 directly)
2MB
52K
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
~11–28MB
~512K SLoC