16 releases
0.5.1 | Aug 23, 2021 |
---|---|
0.5.0 | Jun 27, 2021 |
0.4.4 | Jun 14, 2021 |
0.4.2 | Mar 16, 2021 |
0.3.0 | Mar 31, 2020 |
#13 in WebSocket
2,170 downloads per month
Used in 20 crates
(2 directly)
110KB
3K
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
~1.8–2.5MB
~58K SLoC