17 releases (1 stable)

1.0.0 Nov 24, 2025
0.1.15 Sep 10, 2025
0.1.14 Jul 8, 2025
0.1.13 Dec 1, 2024
0.1.1 Jun 26, 2022

#2037 in Network programming

Download history 4564/week @ 2025-11-14 5497/week @ 2025-11-21 3636/week @ 2025-11-28 3628/week @ 2025-12-05 4037/week @ 2025-12-12 2474/week @ 2025-12-19 1986/week @ 2025-12-26 3676/week @ 2026-01-02 5166/week @ 2026-01-09 5240/week @ 2026-01-16 4007/week @ 2026-01-23 5578/week @ 2026-01-30 4321/week @ 2026-02-06 4737/week @ 2026-02-13 5470/week @ 2026-02-20 4787/week @ 2026-02-27

20,264 downloads per month
Used in 83 crates (7 directly)

MIT/Apache

270KB
5.5K SLoC

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

Dependencies

~0.9–1.7MB
~32K SLoC