framework for composable networking services
Find a file
Nikolay Kim 0e1f0b5f73 Service container (#208)
* Enforce service readiness during call
* Introduce service sharable readiness
2023-06-16 00:16:14 +06:00
.github/workflows Improve tests coverage (#161) 2023-01-14 15:34:53 +01:00
ntex Refactor timer driver (#207) 2023-06-04 11:20:14 +06:00
ntex-async-std Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
ntex-bytes Proper handling responses from ws web handler (#189) 2023-03-15 09:19:49 +01:00
ntex-codec Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
ntex-connect Fix borrow mut panic #204 (#205) 2023-05-30 19:38:58 +06:00
ntex-glommio Fix borrow mut panic #204 (#205) 2023-05-30 19:38:58 +06:00
ntex-http Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
ntex-io ReadBuf::set_dst()/WriteBuf::set_dst() extend existing buffer if exists (#202) 2023-05-11 23:48:24 +06:00
ntex-macros Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
ntex-router Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
ntex-rt Prep release 2023-04-11 10:00:58 -07:00
ntex-service Service container (#208) 2023-06-16 00:16:14 +06:00
ntex-tls Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
ntex-tokio clippy 2023-03-11 09:52:29 +01:00
ntex-util Refactor timer driver (#207) 2023-06-04 11:20:14 +06:00
.gitignore Fix double registation for accept back-pressure 2021-02-18 17:54:41 +06:00
Cargo.toml Service container (#208) 2023-06-16 00:16:14 +06: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 refactor: readme.md to add documentation website (#193) 2023-03-28 18:21:52 +02: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