14 releases
0.1.5 | Feb 19, 2022 |
---|---|
0.1.4 | Feb 11, 2022 |
0.1.3 | Jan 30, 2022 |
0.1.0 | Dec 30, 2021 |
#1267 in Network programming
1,771 downloads per month
Used in 15 crates
(2 directly)
395KB
11K
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.5", features = ["glommio"] }
Documentation & community resources
- Documentation
- Minimum supported Rust version: 1.55 or later
License
This project is licensed under
- MIT license (LICENSE or http://opensource.org/licenses/MIT)
Dependencies
~1MB
~22K SLoC