2 releases

new 0.1.1 Mar 13, 2025
0.1.0 Mar 12, 2025

#504 in Asynchronous

Download history

57 downloads per month
Used in ntex-rt

MIT/Apache

60KB
1.5K 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–14MB
~198K SLoC