3 releases

new 0.1.3 Mar 14, 2025
0.1.1 Mar 13, 2025
0.1.0 Mar 12, 2025

#330 in Asynchronous

Download history 112/week @ 2025-03-07

112 downloads per month
Used in ntex-rt

MIT/Apache

49KB
1K SLoC


neon

build status crates.io Documentation Version License codecov Chat on Discord

A specialized runtime for ntex framework with io-uring/polling support.

This crate is inspired by compio.

Build statuses

Platform Build Status
Linux build status
macOS build status
Windows build status

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

License

This project is licensed under

Dependencies

~3–13MB
~183K SLoC