Awesome
<div align="center"> <p><h1>ntex</h1> </p> <p><strong>Framework for composable network services.</strong> </p> <p> </p> </div>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
,
glommio
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])