2 releases
new 0.1.1 | Mar 13, 2025 |
---|---|
0.1.0 | Mar 12, 2025 |
#504 in Asynchronous
57 downloads per month
Used in ntex-rt
60KB
1.5K
SLoC
neon
A specialized runtime for ntex framework with io-uring/polling support.
This crate is inspired by compio.
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 = ["neon"] }
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
~3–14MB
~198K SLoC