19 releases (4 stable)

Uses new Rust 2024

1.2.1 May 5, 2026
1.1.0 Jan 17, 2026
1.0.0 Nov 24, 2025
0.6.2 Jan 30, 2022
0.1.0 Mar 31, 2020

#2041 in Network programming

Download history 4641/week @ 2026-01-21 5310/week @ 2026-01-28 4715/week @ 2026-02-04 4867/week @ 2026-02-11 4517/week @ 2026-02-18 5614/week @ 2026-02-25 4836/week @ 2026-03-04 5008/week @ 2026-03-11 4352/week @ 2026-03-18 3475/week @ 2026-03-25 3969/week @ 2026-04-01 4958/week @ 2026-04-08 6359/week @ 2026-04-15 5037/week @ 2026-04-22 4783/week @ 2026-04-29 8189/week @ 2026-05-06

25,430 downloads per month
Used in 98 crates (7 directly)

MIT/Apache

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