framework for composable networking services
Find a file
2026-08-03 11:50:00 +05:00
.github/workflows Experimental iocp driver (#956) 2026-08-03 00:26:46 +05:00
ntex Experimental iocp driver (#956) 2026-08-03 00:26:46 +05:00
ntex-bytes io-ring driver could use invalid BytePage pointer #932 (#939) 2026-07-17 13:51:56 +03:00
ntex-codec Add bytePages::split_into() method (#856) 2026-05-05 22:02:58 +02:00
ntex-dispatcher Clippy warnings for rust 1.97 (#936) 2026-07-11 23:56:50 +02:00
ntex-error Clippy warnings for rust 1.97 (#936) 2026-07-11 23:56:50 +02:00
ntex-http Clippy warnings for rust 1.97 (#936) 2026-07-11 23:56:50 +02:00
ntex-io Clippy warnings for rust 1.97 (#936) 2026-07-11 23:56:50 +02:00
ntex-macros Update to syn v3 (#955) 2026-07-31 12:36:49 +05:00
ntex-net Do not panic with BorrowMut in Arbiter::with_item() (#958) 2026-08-03 11:50:00 +05:00
ntex-router Clippy warnings for rust 1.97 (#936) 2026-07-11 23:56:50 +02:00
ntex-rt Do not panic with BorrowMut in Arbiter::with_item() (#958) 2026-08-03 11:50:00 +05:00
ntex-server Clippy warnings for rust 1.97 (#936) 2026-07-11 23:56:50 +02:00
ntex-service Clippy warnings for rust 1.97 (#936) 2026-07-11 23:56:50 +02:00
ntex-tls Prep tls release (#940) 2026-07-17 14:18:54 +03:00
ntex-util Clippy warnings for rust 1.97 (#936) 2026-07-11 23:56:50 +02:00
.gitignore Refresh GitHub workflows (#337) 2024-04-07 22:42:16 +05:00
Cargo.toml Allow to detach spawn blocking future (#957) 2026-08-03 11:24:11 +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 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