41 releases
new 0.4.27 | Mar 12, 2025 |
---|---|
0.4.24 | Jan 3, 2025 |
0.4.23 | Dec 10, 2024 |
0.4.21 | Nov 25, 2024 |
0.1.0 | Mar 31, 2020 |
#1998 in Network programming
11,536 downloads per month
Used in 60 crates
(8 directly)
62KB
1.5K
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
,
neon
or neon-uring
.
[dependencies]
ntex = { version = "2", features = ["compio"] }
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
:
A runtime implementation that runs everything on the current thread.
Dependencies
~0.6–12MB
~138K SLoC