Skip to content
/ neon Public

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

19 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

Releases

No releases published

Packages

No packages published

Languages