22 releases (2 stable)

Uses new Rust 2024

3.1.0 Dec 17, 2025
3.0.0-pre.0 Nov 27, 2025
0.5.4 Jul 28, 2025
0.5.3 Nov 4, 2024
0.1.3 Jan 30, 2022

#2137 in Network programming

Download history 3070/week @ 2025-10-01 2852/week @ 2025-10-08 4024/week @ 2025-10-15 4320/week @ 2025-10-22 2886/week @ 2025-10-29 3053/week @ 2025-11-05 2981/week @ 2025-11-12 5723/week @ 2025-11-19 3504/week @ 2025-11-26 3549/week @ 2025-12-03 3624/week @ 2025-12-10 2812/week @ 2025-12-17 1637/week @ 2025-12-24 2475/week @ 2025-12-31 4655/week @ 2026-01-07 3618/week @ 2026-01-14

12,784 downloads per month

MIT/Apache

685KB
17K 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

~4–16MB
~141K SLoC