39 releases

Uses new Rust 2024

0.2.2 Dec 16, 2025
0.2.1 Dec 15, 2025
0.1.36 Dec 11, 2025
0.1.35 Aug 14, 2025
0.1.15 Mar 28, 2025

#1738 in Asynchronous

Download history 26/week @ 2026-01-12 31/week @ 2026-01-19 108/week @ 2026-01-26 27/week @ 2026-02-02 16/week @ 2026-02-09 56/week @ 2026-02-16 51/week @ 2026-02-23 19/week @ 2026-03-02 50/week @ 2026-03-09 3/week @ 2026-03-16 15/week @ 2026-03-23 16/week @ 2026-03-30 16/week @ 2026-04-06 5/week @ 2026-04-13 13/week @ 2026-04-20 31/week @ 2026-04-27

65 downloads per month

MIT/Apache

48KB
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

~2–16MB
~173K SLoC