ntex/ntex
2024-03-12 17:53:26 +05:00
..
examples Web server config (#252) 2023-11-20 20:09:57 +06:00
src Clippy warnings (#305) 2024-03-12 17:53:26 +05:00
tests Clippy warnings (#305) 2024-03-12 17:53:26 +05:00
Cargo.toml Update deps (#296) 2024-02-07 06:01:17 -06:00
CHANGES.md Refactor h1 dispatcher (#294) 2024-02-07 05:48:25 -06: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

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.

[dependencies]
ntex = { version = "1.0", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under