Crates.io | ntex-neon |
lib.rs | ntex-neon |
version | 0.1.35 |
created_at | 2025-03-12 10:14:05.431632+00 |
updated_at | 2025-08-14 16:33:17.308497+00 |
description | Async runtime for ntex |
homepage | |
repository | https://github.com/ntex-rs/neon |
max_upload_size | |
id | 1589600 |
size | 58,345 |
A specialized runtime for ntex framework with io-uring/polling support.
This crate is inspired by compio.
Platform | Build Status |
---|---|
Linux | |
macOS | |
Windows |
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"] }
This project is licensed under