8 stable releases
2.4.0 | Sep 25, 2024 |
---|---|
2.3.0 | Sep 24, 2024 |
2.1.0 | Aug 29, 2024 |
2.0.0 | May 28, 2024 |
1.0.2 | Mar 30, 2024 |
#2108 in Network programming
8,851 downloads per month
Used in 34 crates
(6 directly)
1MB
20K
SLoC
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)
lib.rs
:
Utility for async runtime abstraction
Dependencies
~2–13MB
~177K SLoC