framework for composable networking services
Find a file
2024-08-29 17:02:09 +05:00
.github/workflows Allow to use generic middlewares #390 (#394) 2024-08-13 16:17:52 +05:00
ntex Update tests 2024-08-26 19:09:55 +05:00
ntex-async-std Use async fn for Service::ready() and Service::shutdown() (#363) 2024-05-28 16:55:08 +05:00
ntex-bytes Use async fn for Service::ready() and Service::shutdown() (#364) 2024-05-28 19:26:08 +05:00
ntex-codec Prep ntex release 2024-01-09 22:25:07 +06:00
ntex-compio Compio net subsystem integration (#406) 2024-08-29 14:48:18 +05:00
ntex-glommio Use async fn for Service::ready() and Service::shutdown() (#363) 2024-05-28 16:55:08 +05:00
ntex-http More tests (#368) 2024-05-29 20:30:14 +05:00
ntex-io Extend io task contexts, for compio runtime compatibility (#404) 2024-08-28 00:39:23 +05:00
ntex-macros Use async fn for Service::ready() and Service::shutdown() (#364) 2024-05-28 19:26:08 +05:00
ntex-net Clippy warnings (#382) 2024-07-16 22:13:33 +02:00
ntex-router Fix clippy warnings 2024-07-16 21:14:53 +02:00
ntex-rt Add compio runtime support (#407) 2024-08-29 17:02:09 +05:00
ntex-server No need to mut self 2024-07-19 22:14:02 +02:00
ntex-service Clippy warnings (#382) 2024-07-16 22:13:33 +02:00
ntex-tls Extend io task contexts, for compio runtime compatibility (#404) 2024-08-28 00:39:23 +05:00
ntex-tokio Use async fn for Service::ready() and Service::shutdown() (#363) 2024-05-28 16:55:08 +05:00
ntex-util Cleanup (#402) 2024-08-26 19:06:21 +05:00
.gitignore Refresh GitHub workflows (#337) 2024-04-07 22:42:16 +05:00
Cargo.toml Add compio runtime support (#407) 2024-08-29 17:02:09 +05: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 Use async fn for Service::ready() and Service::shutdown() (#364) 2024-05-28 19:26:08 +05: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 = "2", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under