15 releases

0.1.14 Jul 8, 2025
0.1.13 Dec 1, 2024
0.1.12 Jan 16, 2024
0.1.11 Nov 20, 2023
0.1.1 Jun 26, 2022

#2047 in Network programming

Download history 2663/week @ 2025-03-29 3108/week @ 2025-04-05 2936/week @ 2025-04-12 2326/week @ 2025-04-19 2787/week @ 2025-04-26 2779/week @ 2025-05-03 2454/week @ 2025-05-10 1772/week @ 2025-05-17 1657/week @ 2025-05-24 1470/week @ 2025-05-31 2064/week @ 2025-06-07 2389/week @ 2025-06-14 3056/week @ 2025-06-21 4950/week @ 2025-06-28 3443/week @ 2025-07-05 2443/week @ 2025-07-12

14,278 downloads per month
Used in 64 crates (7 directly)

MIT/Apache

330KB
6.5K 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

~1–1.8MB
~36K SLoC