ntex/ntex
2025-03-16 12:09:09 +01:00
..
examples Allow to set io tag for web server (#426) 2024-09-24 13:44:47 +05:00
src Close FD in various case for poll driver (#530) 2025-03-16 12:09:09 +01:00
tests Refactor uring feature (#518) 2025-03-12 15:12:28 +05:00
Cargo.toml Prep ntex release (#526) 2025-03-14 20:07:57 +05:00
CHANGES.md Prep ntex release (#526) 2025-03-14 20:07:57 +05:00
LICENSE-APACHE Update license 2024-01-08 21:32:26 +06:00
LICENSE-MIT Update license 2024-01-08 21:32:26 +06:00
README.md Update README.md 2022-02-19 20:35:24 +06:00

ntex

Framework for composable network services.

build status crates.io Documentation Version License codecov Chat on Discord

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 = ["compio"] }

Documentation & community resources

License

This project is licensed under