ntex-neon

Crates.iontex-neon
lib.rsntex-neon
version0.1.35
created_at2025-03-12 10:14:05.431632+00
updated_at2025-08-14 16:33:17.308497+00
descriptionAsync runtime for ntex
homepage
repositoryhttps://github.com/ntex-rs/neon
max_upload_size
id1589600
size58,345
Nikolay Kim (fafhrd91)

documentation

https://docs.rs/ntex-neon/

README


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

Commit count: 61

cargo fmt