50 stable releases

Uses new Rust 2024

3.5.1 Jan 8, 2026
3.4.1 Dec 18, 2025
3.0.0-pre.2 Nov 30, 2025
2.9.0 Nov 15, 2025
1.0.2 Mar 30, 2024

#2096 in Network programming

Download history 3881/week @ 2025-09-27 3009/week @ 2025-10-04 2930/week @ 2025-10-11 5525/week @ 2025-10-18 3187/week @ 2025-10-25 2962/week @ 2025-11-01 2582/week @ 2025-11-08 5097/week @ 2025-11-15 4275/week @ 2025-11-22 3734/week @ 2025-11-29 3446/week @ 2025-12-06 3350/week @ 2025-12-13 1937/week @ 2025-12-20 1960/week @ 2025-12-27 3308/week @ 2026-01-03 4494/week @ 2026-01-10

12,126 downloads per month
Used in 63 crates (8 directly)

MIT/Apache

1MB
25K 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 = ["compio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~4–20MB
~244K SLoC