framework for composable networking services
Find a file
Juan Aguilar 2439797fcf
Implement std::error::Error and fix minor issues (#99)
* fix clippy issues

* implement std error for ntex errors and bound WebResponseError

* fix minor issues
2022-01-25 22:27:18 +06:00
.github/workflows Glommio runtime support (#94) 2022-01-17 01:03:15 +06:00
ntex Implement std::error::Error and fix minor issues (#99) 2022-01-25 22:27:18 +06:00
ntex-async-std Glommio runtime support (#94) 2022-01-17 01:03:15 +06:00
ntex-bytes Implement std::error::Error and fix minor issues (#99) 2022-01-25 22:27:18 +06:00
ntex-codec Removed unused Decoder::decode_eof() method 2022-01-17 03:03:43 +06:00
ntex-glommio Update readme 2022-01-17 02:36:52 +06:00
ntex-io Implement std::error::Error and fix minor issues (#99) 2022-01-25 22:27:18 +06:00
ntex-macros Refactor web websockets support (#97) 2022-01-23 19:56:56 +06:00
ntex-router Refactor web websockets support (#97) 2022-01-23 19:56:56 +06:00
ntex-rt Implement std::error::Error and fix minor issues (#99) 2022-01-25 22:27:18 +06:00
ntex-service Move util services to ntex-util (#89) 2022-01-03 21:59:35 +06:00
ntex-tls Implement std::error::Error and fix minor issues (#99) 2022-01-25 22:27:18 +06:00
ntex-tokio Fix potential BorrowMutError 2022-01-12 22:09:49 +06:00
ntex-util Implement std::error::Error and fix minor issues (#99) 2022-01-25 22:27:18 +06:00
.gitignore Fix double registation for accept back-pressure 2021-02-18 17:54:41 +06:00
Cargo.toml Glommio runtime support (#94) 2022-01-17 01:03:15 +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-17 02:36:52 +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 glommio, tokio or async-std.

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

Documentation & community resources

License

This project is licensed under