framework for composable networking services
Find a file
2024-01-08 15:46:47 +06:00
.github/workflows Use async fn in trait for Service definition 2024-01-07 11:32:41 +06:00
ntex Refactor FromRequest trait, use async fn (#279) 2024-01-08 15:46:47 +06:00
ntex-async-std Prepare release 2024-01-07 20:26:26 +06:00
ntex-bytes Prepare release 2024-01-07 20:26:26 +06:00
ntex-codec Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
ntex-connect Refactor filter factories (#278) 2024-01-08 15:22:38 +06:00
ntex-glommio Prepare release 2024-01-07 20:26:26 +06:00
ntex-http Prep release 2023-11-21 01:01:09 +06:00
ntex-io Refactor filter factories (#278) 2024-01-08 15:22:38 +06:00
ntex-macros Prepare release 2024-01-07 20:26:26 +06:00
ntex-router Add missing fmt::Debug impls 2023-09-12 17:38:37 +06:00
ntex-rt Replace async-oneshot crate (#255) 2023-11-22 23:44:28 +06:00
ntex-service Prepare release 2024-01-07 20:26:26 +06:00
ntex-tls Refactor filter factories (#278) 2024-01-08 15:22:38 +06:00
ntex-tokio Prepare release 2024-01-07 20:26:26 +06:00
ntex-util Refactor filter factories (#278) 2024-01-08 15:22:38 +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 update readme 2021-06-14 21:46:46 +06:00
README.md Add ContainerCall future (#213) 2023-06-21 10:21:43 +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 = "0.7", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under