17 unstable releases (4 breaking)

0.5.2 Sep 25, 2024
0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.1 Nov 22, 2023
0.1.2 Feb 20, 2022

#2394 in Network programming

Download history 43/week @ 2024-07-18 71/week @ 2024-07-25 46/week @ 2024-08-01 37/week @ 2024-08-08 33/week @ 2024-08-15 26/week @ 2024-08-22 38/week @ 2024-08-29 205/week @ 2024-09-05 238/week @ 2024-09-12 176/week @ 2024-09-19 112/week @ 2024-09-26 52/week @ 2024-10-03 51/week @ 2024-10-10 50/week @ 2024-10-17 49/week @ 2024-10-24 88/week @ 2024-10-31

249 downloads per month
Used in 6 crates (via ntex-net)

MIT/Apache

575KB
13K 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, glommio or async-std.

[dependencies]
ntex = { version = "2", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~1.4–8MB
~70K SLoC