17 releases (2 stable)

Uses new Rust 2024

1.1.0 Jan 17, 2026
1.0.0 Nov 24, 2025
0.6.2 Jan 30, 2022
0.6.0 Dec 18, 2021
0.1.0 Mar 31, 2020

#2062 in Network programming

Download history 3846/week @ 2025-12-08 3730/week @ 2025-12-15 2186/week @ 2025-12-22 2681/week @ 2025-12-29 3682/week @ 2026-01-05 5432/week @ 2026-01-12 5275/week @ 2026-01-19 4062/week @ 2026-01-26 5870/week @ 2026-02-02 4055/week @ 2026-02-09 5003/week @ 2026-02-16 5845/week @ 2026-02-23 4865/week @ 2026-03-02 4871/week @ 2026-03-09 4464/week @ 2026-03-16 3910/week @ 2026-03-23

18,447 downloads per month
Used in 92 crates (7 directly)

MIT/Apache

190KB
3K 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.4–1MB
~21K SLoC