18 releases
0.5.3 | Jan 16, 2024 |
---|---|
0.5.2 | Sep 12, 2023 |
0.5.1 | Aug 23, 2021 |
0.5.0 | Jun 27, 2021 |
0.3.0 | Mar 31, 2020 |
#1282 in Network programming
9,058 downloads per month
Used in 54 crates
(5 directly)
350KB
7K
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
:
Resource path matching library.
Dependencies
~3.5–5MB
~89K SLoC