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

#2309 in Asynchronous

Download history 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 43/week @ 2024-10-12 53/week @ 2024-10-19 86/week @ 2024-10-26 64/week @ 2024-11-02 37/week @ 2024-11-09

243 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

~5–14MB
~183K SLoC