19 releases (1 stable)

Uses new Rust 2024

1.0.0 Nov 24, 2025
0.5.3 Jan 16, 2024
0.5.2 Sep 12, 2023
0.5.1 Aug 23, 2021
0.3.0 Mar 31, 2020

#1428 in Network programming

Download history 5838/week @ 2026-02-02 4035/week @ 2026-02-09 5029/week @ 2026-02-16 6691/week @ 2026-02-23 5334/week @ 2026-03-02 4891/week @ 2026-03-09 4528/week @ 2026-03-16 4321/week @ 2026-03-23 4026/week @ 2026-03-30 4331/week @ 2026-04-06 6558/week @ 2026-04-13 5258/week @ 2026-04-20 4708/week @ 2026-04-27 7271/week @ 2026-05-04 10997/week @ 2026-05-11 8070/week @ 2026-05-18

31,418 downloads per month
Used in 106 crates (6 directly)

MIT/Apache

325KB
7K 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

~3–5MB
~90K SLoC