53 releases (6 stable)

Uses new Rust 2024

new 3.4.1 Jan 8, 2026
3.3.0 Dec 15, 2025
3.0.0 Nov 27, 2025
0.4.33 Nov 15, 2025
0.1.0 Mar 31, 2020

#1840 in Network programming

Download history 3971/week @ 2025-09-20 3948/week @ 2025-09-27 3143/week @ 2025-10-04 2967/week @ 2025-10-11 5861/week @ 2025-10-18 3387/week @ 2025-10-25 3207/week @ 2025-11-01 2771/week @ 2025-11-08 5337/week @ 2025-11-15 4577/week @ 2025-11-22 3903/week @ 2025-11-29 3617/week @ 2025-12-06 3458/week @ 2025-12-13 2051/week @ 2025-12-20 2213/week @ 2025-12-27 3473/week @ 2026-01-03

12,080 downloads per month
Used in 82 crates (8 directly)

MIT/Apache

190KB
5K SLoC

A runtime implementation that runs everything on the current thread.


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

~1–16MB
~160K SLoC