framework for composable networking services
Find a file
2023-11-10 19:46:18 +06:00
.github/workflows gh action cleanup space (#229) 2023-10-16 16:35:15 +06:00
ntex Simplify read timeout impl (#242) 2023-11-10 18:19:27 +06:00
ntex-async-std Refactor pipeline call impl (#219) 2023-08-10 22:10:02 +06:00
ntex-bytes Prep bytes release (#240) 2023-11-09 23:46:19 +06:00
ntex-codec Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
ntex-connect Clippy 2023-10-02 14:30:19 +06:00
ntex-glommio test: improve coverage (#231) 2023-10-17 19:14:40 +06:00
ntex-http Update deps (#228) 2023-10-09 20:59:04 +06:00
ntex-io Convert seconds to duration 2023-11-10 19:46:18 +06:00
ntex-macros Refactor service pipelines (#214) 2023-06-22 18:39:09 +06:00
ntex-router Add missing fmt::Debug impls 2023-09-12 17:38:37 +06:00
ntex-rt Upgrade async-channel (#236) 2023-11-02 20:15:18 +06:00
ntex-service Use From<T::Error> for apply_fn util (#225) 2023-09-20 00:42:23 +06:00
ntex-tls Prep release 2023-11-03 17:38:46 +06:00
ntex-tokio test: improve coverage (#231) 2023-10-17 19:14:40 +06:00
ntex-util Prep release 2023-11-06 16:39:56 +06:00
.gitignore Fix double registation for accept back-pressure 2021-02-18 17:54:41 +06:00
Cargo.toml Read frame timeout (#241) 2023-11-10 12:42:23 +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