15 unstable releases (5 breaking)
0.6.2 | Jan 30, 2022 |
---|---|
0.6.0 | Dec 18, 2021 |
0.5.1 | Sep 8, 2021 |
0.5.0 | Jun 27, 2021 |
0.1.0 | Mar 31, 2020 |
#15 in #composable-networking
5,848 downloads per month
Used in 51 crates
(6 directly)
245KB
4.5K
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 = "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)
lib.rs
:
Utilities for encoding and decoding frames.
Dependencies
~340–640KB
~13K SLoC