47 releases (13 stable)
new 2.8.0 | Dec 4, 2024 |
---|---|
2.6.1 | Nov 24, 2024 |
2.2.0 | Jul 30, 2024 |
1.0.1 | Jan 19, 2024 |
0.1.1 | Apr 11, 2021 |
#1942 in Network programming
10,369 downloads per month
Used in 57 crates
(14 directly)
310KB
8K
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
:
Utilities for ntex framework
Dependencies
~1MB
~15K SLoC