Platform | Build Status |
---|---|
Linux | |
macOS | |
Windows |
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
- Minimum supported Rust version: 1.65 or later
This project is licensed under
- MIT license (LICENSE or http://opensource.org/licenses/MIT)