framework for composable networking services
Find a file
2026-03-07 21:43:36 +01:00
.github/workflows SharedCfg is not Copy (#766) 2026-02-17 00:34:41 +01:00
ntex Add new connector services (#791) 2026-03-07 19:24:23 +01:00
ntex-bytes Add io::Write impl to BytesMut (#783) 2026-03-01 21:27:10 +05:00
ntex-codec New clippy configuration (#741) 2026-02-03 19:54:33 +01:00
ntex-dispatcher Fix comment typos and improve public API docs (#781) 2026-02-24 19:32:08 +05:00
ntex-error Box error (#792) 2026-03-07 21:43:36 +01:00
ntex-http More clippy changes (#750) 2026-02-10 15:38:00 +01:00
ntex-io Fix comment typos and improve public API docs (#781) 2026-02-24 19:32:08 +05:00
ntex-macros Prepare ntex-macros release (#776) 2026-02-20 11:26:26 +02:00
ntex-net Box error (#792) 2026-03-07 21:43:36 +01:00
ntex-router More clippy changes (#750) 2026-02-10 15:38:00 +01:00
ntex-rt Add new connector services (#791) 2026-03-07 19:24:23 +01:00
ntex-server Upgrade the oneshot dependency to version 0.2.1 (#778) 2026-02-24 14:12:42 +05:00
ntex-service Add service name to SharedCfg (#788) 2026-03-05 11:06:22 +01:00
ntex-tls Add new connector services (#791) 2026-03-07 19:24:23 +01:00
ntex-util Fix comment typos and improve public API docs (#781) 2026-02-24 19:32:08 +05:00
.gitignore Refresh GitHub workflows (#337) 2024-04-07 22:42:16 +05:00
Cargo.toml Add new connector services (#791) 2026-03-07 19:24:23 +01: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 Move ntex_io::Dispatcher to separate crate (#724) 2026-01-28 09:06:11 +01:00
rustfmt.toml Add inspect combinators (#748) 2026-02-07 11:28:15 +01: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, neon or neon-uring.

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

Documentation & community resources

License

This project is licensed under