framework for composable networking services
Find a file
2022-01-05 02:17:57 +06:00
.github/workflows Cleanup Filter trait, removed closed,want_read,want_shutdown methods 2021-12-29 15:10:24 +06:00
ntex update readme 2022-01-05 02:17:57 +06:00
ntex-async-std Refactor async runtimes support (#88) 2022-01-03 21:24:49 +06:00
ntex-bytes Initial impl for async-std support (#87) 2021-12-28 23:58:01 +06:00
ntex-codec move mpsc to ntex-util 2021-12-18 20:25:56 +06:00
ntex-io update changes 2022-01-03 22:10:51 +06:00
ntex-macros fmt 2021-12-24 03:54:57 +06:00
ntex-router fmt 2021-12-24 03:54:57 +06:00
ntex-rt Refactor async runtimes support (#88) 2022-01-03 21:24:49 +06:00
ntex-service Move util services to ntex-util (#89) 2022-01-03 21:59:35 +06:00
ntex-tls Move util services to ntex-util (#89) 2022-01-03 21:59:35 +06:00
ntex-tokio Refactor async runtimes support (#88) 2022-01-03 21:24:49 +06:00
ntex-util Add time::timeout_checked, if duration is zero then timeout is disabled 2022-01-04 18:40:38 +06:00
.gitignore Fix double registation for accept back-pressure 2021-02-18 17:54:41 +06:00
Cargo.toml Refactor async runtimes support (#88) 2022-01-03 21:24:49 +06:00
codecov.yml Cache tarpaulin (#7) 2020-04-05 09:51:07 +06:00
LICENSE update readme 2021-06-14 21:46:46 +06:00
README.md update readme 2022-01-05 02:17:57 +06:00
rustfmt.toml fmt 2021-12-24 03:54:57 +06:00

ntex

Framework for composable network services.

build status codecov crates.io Documentation Version License

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 tokio or async-std.

[dependencies]
ntex = { version = "0.5", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under