12 stable releases
2.5.0 | Nov 4, 2024 |
---|---|
2.4.0 | Sep 24, 2024 |
2.3.0 | Jul 19, 2024 |
2.1.0 | Jun 27, 2024 |
1.0.4 | Mar 30, 2024 |
#2225 in Network programming
8,983 downloads per month
Used in 33 crates
(via ntex)
680KB
16K
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)
Dependencies
~4–15MB
~181K SLoC