framework for composable networking services
Find a file
Andrey Voronkov 5414e2096a
Update rustls to 0.23.x (#311)
* ntex-tls: update rustls

* ntex-connect: update rustls to 0.23.x

* ntex: update rustls to 0.23.x

---------

Co-authored-by: Andrey Voronkov <andrey.voronkov@sbermarket.ru>
2024-03-24 07:24:29 +01:00
.github/workflows Use async fn in trait for Service definition 2024-01-07 11:32:41 +06:00
ntex Update rustls to 0.23.x (#311) 2024-03-24 07:24:29 +01:00
ntex-async-std Move ntex::server to ntex-server (#313) 2024-03-23 22:18:50 +01:00
ntex-bytes Clippy warnings (#305) 2024-03-12 17:53:26 +05:00
ntex-codec Prep ntex release 2024-01-09 22:25:07 +06:00
ntex-connect Update rustls to 0.23.x (#311) 2024-03-24 07:24:29 +01:00
ntex-glommio Update deps (#296) 2024-02-07 06:01:17 -06:00
ntex-http Clippy warnings (#305) 2024-03-12 17:53:26 +05:00
ntex-io Clippy warnings (#305) 2024-03-12 17:53:26 +05:00
ntex-macros Update deps (#296) 2024-02-07 06:01:17 -06:00
ntex-net Move ntex::server to ntex-server (#313) 2024-03-23 22:18:50 +01:00
ntex-router Clippy (#308) 2024-03-12 17:53:28 +05:00
ntex-rt Refactor worker management (#312) 2024-03-23 07:17:04 +01:00
ntex-server Move ntex::server to ntex-server (#313) 2024-03-23 22:18:50 +01:00
ntex-service Refactor worker management (#312) 2024-03-23 07:17:04 +01:00
ntex-tls Update rustls to 0.23.x (#311) 2024-03-24 07:24:29 +01:00
ntex-tokio Move ntex::server to ntex-server (#313) 2024-03-23 22:18:50 +01:00
ntex-util Refactor worker management (#312) 2024-03-23 07:17:04 +01:00
.gitignore Fix double registation for accept back-pressure 2021-02-18 17:54:41 +06:00
Cargo.toml Move ntex::server to ntex-server (#313) 2024-03-23 22:18:50 +01: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 Update license 2024-01-08 21:32:26 +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 = "1.0", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under