framework for composable networking services
Find a file
Nikolay Kim 6d454a36eb fixes
2022-02-09 18:10:43 +06:00
.github/workflows Ignore async-std tests 2022-02-01 07:04:18 +06:00
ntex fixes 2022-02-09 18:10:43 +06:00
ntex-async-std Use BytesVec for io 2022-01-30 19:02:29 +06:00
ntex-bytes Restore Buf impl for Cursor 2022-02-06 13:10:26 +06:00
ntex-codec Fix conversion from BytesVec to BytesMut and back (BytesVec::with_bytes_mut()) 2022-01-31 15:17:16 +06:00
ntex-glommio Use BytesVec for io 2022-01-30 19:02:29 +06:00
ntex-io Tests cleanups 2022-02-02 17:22:23 +06:00
ntex-macros stopping point 2022-02-09 00:22:45 +06:00
ntex-router Remove unused code 2022-02-03 16:35:25 +06:00
ntex-rt Tests cleanups 2022-02-02 17:22:23 +06:00
ntex-service stopping point 2022-02-09 00:22:45 +06:00
ntex-tls Prepare release 2022-01-30 20:11:11 +06:00
ntex-tokio Use BytesVec for io 2022-01-30 19:02:29 +06:00
ntex-util Tests cleanups 2022-02-02 17:22:23 +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 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 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