ntex/ntex
2025-01-14 21:58:10 +05:00
..
examples Allow to set io tag for web server (#426) 2024-09-24 13:44:47 +05:00
src Clippy (#499) 2025-01-14 21:58:10 +05:00
tests Add client timeout test (#466) 2024-11-19 05:40:39 -08:00
Cargo.toml Fix tests 2024-12-04 15:28:02 +05:00
CHANGES.md Added Service::poll() method (#481) 2024-12-04 13:33:20 +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, glommio or async-std.

[dependencies]
ntex = { version = "2", features = ["compio"] }

Documentation & community resources

License

This project is licensed under