framework for composable networking services
Find a file
2024-01-19 16:05:07 +06:00
.github/workflows Use async fn in trait for Service definition 2024-01-07 11:32:41 +06:00
ntex More tests (#285) 2024-01-19 16:05:07 +06:00
ntex-async-std Update changes 2024-01-09 21:12:43 +06:00
ntex-bytes Use const generics for helper traits (From, PartialEq, PartialOrd) (#284) 2024-01-16 19:18:17 +06:00
ntex-codec Prep ntex release 2024-01-09 22:25:07 +06:00
ntex-connect More tests (#285) 2024-01-19 16:05:07 +06:00
ntex-glommio Update changes 2024-01-09 21:12:43 +06:00
ntex-http Update http dep 2024-01-16 20:04:25 +06:00
ntex-io Prep ntex release 2024-01-09 22:25:07 +06:00
ntex-macros Prep ntex release 2024-01-09 22:25:07 +06:00
ntex-router Update http dep 2024-01-16 20:04:25 +06:00
ntex-rt Prepare release 2024-01-09 20:17:07 +06:00
ntex-service Use async fn for Responder and Handler traits (#283) 2024-01-09 23:26:17 +06:00
ntex-tls Prep ntex release 2024-01-09 22:25:07 +06:00
ntex-tokio Prepare io release 2024-01-09 21:10:26 +06:00
ntex-util More tests (#285) 2024-01-19 16:05:07 +06:00
.gitignore Fix double registation for accept back-pressure 2021-02-18 17:54:41 +06:00
Cargo.toml Use crate release 2024-01-07 21:24:36 +06:00
codecov.yml Ignore async-std tests 2022-02-01 07:04:18 +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 license 2024-01-08 21:32:26 +06:00
rustfmt.toml fmt 2021-12-24 03:54:57 +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