14 unstable releases (4 breaking)

0.5.1 Sep 11, 2024
0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.2 Nov 22, 2023
0.1.1 Jan 30, 2022

#1386 in Asynchronous

Download history 191/week @ 2024-06-29 227/week @ 2024-07-06 189/week @ 2024-07-13 226/week @ 2024-07-20 319/week @ 2024-07-27 269/week @ 2024-08-03 211/week @ 2024-08-10 172/week @ 2024-08-17 231/week @ 2024-08-24 63/week @ 2024-08-31 380/week @ 2024-09-07 65/week @ 2024-09-14 93/week @ 2024-09-21 70/week @ 2024-09-28 61/week @ 2024-10-05 31/week @ 2024-10-12

259 downloads per month
Used in 7 crates (via ntex-net)

MIT/Apache

565KB
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

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.

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

Documentation & community resources

License

This project is licensed under

Dependencies

~5–14MB
~183K SLoC