18 releases (6 stable)

Uses new Rust 2024

3.4.0 Dec 17, 2025
3.0.0-pre.0 Nov 27, 2025
0.5.0 Nov 15, 2025
0.4.0 Jun 24, 2025
0.2.3 Nov 28, 2024

#2771 in Network programming

Download history 114/week @ 2025-09-14 94/week @ 2025-09-21 103/week @ 2025-09-28 79/week @ 2025-10-05 121/week @ 2025-10-12 328/week @ 2025-10-19 152/week @ 2025-10-26 97/week @ 2025-11-02 81/week @ 2025-11-09 39/week @ 2025-11-16 49/week @ 2025-11-23 111/week @ 2025-11-30 31/week @ 2025-12-07 54/week @ 2025-12-14 7/week @ 2025-12-21

96 downloads per month

MIT/Apache

790KB
19K 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

~2–16MB
~168K SLoC