18 releases

new 0.1.18 Apr 8, 2025
0.1.17 Apr 5, 2025
0.1.15 Mar 28, 2025

#380 in Asynchronous

Download history 444/week @ 2025-03-10 579/week @ 2025-03-17 1347/week @ 2025-03-24 514/week @ 2025-03-31 360/week @ 2025-04-07

2,900 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

43KB
932 lines


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
~192K SLoC