14 unstable releases (4 breaking)
0.5.1 | Sep 11, 2024 |
---|---|
0.5.0 | May 28, 2024 |
0.4.0 | Jan 9, 2024 |
0.3.2 | Nov 22, 2023 |
0.1.1 | Jan 30, 2022 |
#1386 in Asynchronous
259 downloads per month
Used in 7 crates
(via ntex-net)
565KB
13K
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)
Dependencies
~5–14MB
~183K SLoC