2 releases
0.1.1 | Feb 23, 2021 |
---|---|
0.1.0 | Mar 31, 2020 |
#16 in #composable-networking
7KB
135 lines
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 = "2", features = ["tokio"] }
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.5MB
~36K SLoC