18 releases
new 0.1.18 | Apr 8, 2025 |
---|---|
0.1.17 | Apr 5, 2025 |
0.1.15 | Mar 28, 2025 |
#380 in Asynchronous
2,900 downloads per month
Used in 3 crates
(2 directly)
43KB
932 lines
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
~192K SLoC