137 releases
new 0.6.3 | Jan 29, 2023 |
---|---|
0.6.0-beta.0 | Dec 28, 2022 |
0.5.31 | Nov 30, 2022 |
0.5.24 | Jul 14, 2022 |
0.1.0 | Feb 17, 2020 |
#47 in HTTP server
7,541 downloads per month
Used in fewer than 26 crates
2MB
44K
SLoC
Build statuses
Platform | Build Status |
---|---|
Linux | |
macOS | |
Windows |
Usage
Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio
,
tokio
or async-std
.
[dependencies]
ntex = { version = "0.6", features = ["glommio"] }
Documentation & community resources
- Documentation
- Minimum supported Rust version: 1.65 or later
License
This project is licensed under
- MIT license (LICENSE or http://opensource.org/licenses/MIT)
Dependencies
~7–17MB
~392K SLoC