framework for composable networking services
Find a file
2023-01-26 16:20:08 +01:00
.github/workflows Improve tests coverage (#161) 2023-01-14 15:34:53 +01:00
ntex Cleanup io 2023-01-26 16:20:08 +01:00
ntex-async-std Refactor io write task (#167) 2023-01-26 15:18:21 +01:00
ntex-bytes Refactor ntex-io (#164) 2023-01-23 09:42:00 +01:00
ntex-codec Fix conversion from BytesVec to BytesMut and back (BytesVec::with_bytes_mut()) 2022-01-31 15:17:16 +06:00
ntex-connect Refactor ntex-io (#164) 2023-01-23 09:42:00 +01:00
ntex-glommio Refactor io write task (#167) 2023-01-26 15:18:21 +01:00
ntex-http Improve tests coverage (#161) 2023-01-14 15:34:53 +01:00
ntex-io Cleanup io 2023-01-26 16:20:08 +01:00
ntex-macros Use GAT (#153) 2022-12-26 19:58:38 +01:00
ntex-router Improve tests coverage (#161) 2023-01-14 15:34:53 +01:00
ntex-rt Clippy 2023-01-17 16:56:08 +01:00
ntex-service Prepare release 2023-01-24 08:46:56 +01:00
ntex-tls Release empty buffers (#166) 2023-01-25 18:38:00 +01:00
ntex-tokio Refactor io write task (#167) 2023-01-26 15:18:21 +01:00
ntex-util Improve tests coverage (#161) 2023-01-14 15:34:53 +01:00
.gitignore Fix double registation for accept back-pressure 2021-02-18 17:54:41 +06:00
Cargo.toml Prepare release 2022-12-28 13:02:24 +01: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 Restart timer after runtime stop (#154) 2022-12-28 12:42:54 +01: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.6", features = ["glommio"] }

Documentation & community resources

License

This project is licensed under