1
0
Fork 0
mirror of https://github.com/ntex-rs/ntex.git synced 2025-04-06 06:17:40 +03:00
framework for composable networking services
Find a file
2025-03-09 18:19:34 +05:00
.github/workflows Drop glommio support () 2025-03-09 18:19:34 +05:00
ntex Drop glommio support () 2025-03-09 18:19:34 +05:00
ntex-async-std Refactor async io support () 2024-09-11 18:18:45 +05:00
ntex-bytes Enable rustls/std feature () 2024-12-30 14:40:31 +01:00
ntex-codec Prep ntex release 2024-01-09 22:25:07 +06:00
ntex-compio Depend on individual compio packages () 2024-12-02 02:00:50 -08:00
ntex-http Enable rustls/std feature () 2024-12-30 14:40:31 +01:00
ntex-io Experimental poll based runtime () 2025-03-09 18:11:33 +05:00
ntex-iodriver Experimental poll based runtime () 2025-03-09 18:11:33 +05:00
ntex-macros Fix tests runner () 2024-09-05 19:32:38 +05:00
ntex-net Drop glommio support () 2025-03-09 18:19:34 +05:00
ntex-router Clippy fixes () 2025-01-15 18:27:00 +05:00
ntex-rt Drop glommio support () 2025-03-09 18:19:34 +05:00
ntex-runtime Experimental poll based runtime () 2025-03-09 18:11:33 +05:00
ntex-server Prep release () 2025-02-28 13:46:02 -05:00
ntex-service Clippy () 2025-01-14 21:58:10 +05:00
ntex-tls Enable rustls/std feature () 2024-12-30 14:40:31 +01:00
ntex-tokio Use updated Service trait for ntex () 2024-11-04 14:04:00 +05:00
ntex-util Clippy fixes () 2025-01-15 18:27:00 +05:00
.gitignore Refresh GitHub workflows () 2024-04-07 22:42:16 +05:00
Cargo.toml Drop glommio support () 2025-03-09 18:19:34 +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 Fix status badge () 2025-01-14 21:45:17 +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 = ["compio"] }

Documentation & community resources

License

This project is licensed under