framework for composable networking services
Find a file
2024-11-02 18:12:21 +05:00
.github/workflows Force runtime selection (#435) 2024-10-11 17:37:59 +05:00
ntex Deprecated std::task::ready re-export (#451) 2024-11-02 18:12:21 +05:00
ntex-async-std Refactor async io support (#417) 2024-09-11 18:18:45 +05:00
ntex-bytes Fix tests runner (#413) 2024-09-05 19:32:38 +05:00
ntex-codec Prep ntex release 2024-01-09 22:25:07 +06:00
ntex-compio It is not required to close compio sockets explicitly #444 (#446) 2024-10-31 16:21:20 +05:00
ntex-glommio Upgrade to glommio 0.9 (#427) 2024-09-24 14:23:19 +05:00
ntex-http More tests (#368) 2024-05-29 20:30:14 +05:00
ntex-io Deprecated std::task::ready re-export (#451) 2024-11-02 18:12:21 +05:00
ntex-macros Fix tests runner (#413) 2024-09-05 19:32:38 +05:00
ntex-net Disable default features for rustls (#429) 2024-09-25 19:14:56 +05:00
ntex-router Fix clippy warnings 2024-07-16 21:14:53 +02:00
ntex-rt Allow to skip runtime feature for clippy run (#440) 2024-10-17 17:22:37 +05:00
ntex-server Allow to set io tag for web server (#426) 2024-09-24 13:44:47 +05:00
ntex-service Use updated Service trait (#450) 2024-11-02 17:44:35 +05:00
ntex-tls Disable default features for rustls (#429) 2024-09-25 19:14:56 +05:00
ntex-tokio Deprecated std::task::ready re-export (#451) 2024-11-02 18:12:21 +05:00
ntex-util Deprecated std::task::ready re-export (#451) 2024-11-02 18:12:21 +05:00
.gitignore Refresh GitHub workflows (#337) 2024-04-07 22:42:16 +05:00
Cargo.toml Initial support for compio runtime (#399) 2024-09-05 08:57:04 +05: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 Use updated Service trait (#450) 2024-11-02 17:44:35 +05: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

ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are compio, tokio, glommio or async-std.

[dependencies]
ntex = { version = "2", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under