47 releases (23 stable)

3.5.0 Jun 14, 2025
3.4.0 Dec 4, 2024
3.3.3 Nov 10, 2024
3.0.0 May 28, 2024
0.1.0 Mar 31, 2020

#1320 in Network programming

Download history 2702/week @ 2025-03-22 2798/week @ 2025-03-29 3175/week @ 2025-04-05 2965/week @ 2025-04-12 2333/week @ 2025-04-19 2881/week @ 2025-04-26 2763/week @ 2025-05-03 2537/week @ 2025-05-10 1779/week @ 2025-05-17 1647/week @ 2025-05-24 1469/week @ 2025-05-31 2060/week @ 2025-06-07 2739/week @ 2025-06-14 3279/week @ 2025-06-21 5368/week @ 2025-06-28 3056/week @ 2025-07-05

14,763 downloads per month
Used in 66 crates (10 directly)

MIT/Apache

125KB
3.5K SLoC

See Service docs for information on this crate's foundational trait.


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