Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
/ neon Public archive

Experimental async runtime for ntex

Notifications You must be signed in to change notification settings

ntex-rs/neon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

Experimental async runtime for ntex

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages