framework for composable networking services
Find a file
msga-mmm d8f55decb0
test: improve test coverage (#358)
* test(ntex-util): incrase time module coverage

* test(middleware): increase coverage in defaultheaders

* test(middleware/compress): improve test coverage
2024-05-13 13:41:26 +05:00
.github/workflows fix(github-actions): use rust toolchain arm64 version for macos 14 (#355) 2024-05-05 10:16:13 +02:00
ntex test: improve test coverage (#358) 2024-05-13 13:41:26 +05:00
ntex-async-std Move ntex::server to ntex-server (#313) 2024-03-23 22:18:50 +01:00
ntex-bytes fix(github-actions): use rust toolchain arm64 version for macos 14 (#355) 2024-05-05 10:16:13 +02:00
ntex-codec Prep ntex release 2024-01-09 22:25:07 +06:00
ntex-glommio Glommio clippy (#341) 2024-04-08 11:55:49 +05:00
ntex-http Glommio clippy (#341) 2024-04-08 11:55:49 +05:00
ntex-io Better write back-pressure handling (#359) 2024-05-12 18:39:16 +05:00
ntex-macros Update deps (#296) 2024-02-07 06:01:17 -06:00
ntex-net Fix glommio compat feature #327 2024-03-30 08:48:03 +01:00
ntex-router Glommio clippy (#341) 2024-04-08 11:55:49 +05:00
ntex-rt Refresh GitHub workflows (#337) 2024-04-07 22:42:16 +05:00
ntex-server Use tokio Handle if available (#339) 2024-04-04 21:14:41 +05:00
ntex-service Refactor worker management (#312) 2024-03-23 07:17:04 +01:00
ntex-tls Refactor ntex-connect (#314) 2024-03-24 15:33:08 +01:00
ntex-tokio Glommio clippy (#341) 2024-04-08 11:55:49 +05:00
ntex-util test: improve test coverage (#358) 2024-05-13 13:41:26 +05:00
.gitignore Refresh GitHub workflows (#337) 2024-04-07 22:42:16 +05:00
Cargo.toml Server::build() method (#315) 2024-03-24 16:15:42 +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