framework for composable networking services
Find a file
2021-12-30 16:45:45 +06:00
.github/workflows Cleanup Filter trait, removed closed,want_read,want_shutdown methods 2021-12-29 15:10:24 +06:00
ntex Add Io::poll_status_update() method to use instead of register_dispatcher() 2021-12-30 16:42:43 +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 Add Io::poll_status_update() method to use instead of register_dispatcher() 2021-12-30 16:42:43 +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 Add Io::poll_status_update() method to use instead of register_dispatcher() 2021-12-30 16:42:43 +06:00
ntex-service Remove fn_transform 2021-12-30 16:45:45 +06:00
ntex-tls Add Io::poll_status_update() method to use instead of register_dispatcher() 2021-12-30 16:42:43 +06:00
ntex-util Fix borrow error when timer get dropped immidietly after start 2021-12-27 23:14:52 +06:00
.gitignore Fix double registation for accept back-pressure 2021-02-18 17:54:41 +06:00
Cargo.toml cleanup api; update tests 2021-12-17 09:52:00 +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 h1: allow to override connection type in on-request handler 2021-11-02 19:30:33 +06:00
rustfmt.toml fmt 2021-12-24 03:54:57 +06:00

ntex

Framework for composable network services. This is personal project. This project uses *unsafe*!

build status codecov crates.io Documentation Version License

Build statuses

Platform Build Status
Linux build status
macOS build status
Windows build status

Documentation & community resources

License

This project is licensed under