13 unstable releases (4 breaking)

0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.2 Nov 22, 2023
0.3.0 Jun 22, 2023
0.1.1 Jan 30, 2022

#2190 in Asynchronous

Download history 234/week @ 2024-04-05 193/week @ 2024-04-12 251/week @ 2024-04-19 288/week @ 2024-04-26 250/week @ 2024-05-03 212/week @ 2024-05-10 203/week @ 2024-05-17 420/week @ 2024-05-24 302/week @ 2024-05-31 228/week @ 2024-06-07 227/week @ 2024-06-14 303/week @ 2024-06-21 177/week @ 2024-06-28 242/week @ 2024-07-05 171/week @ 2024-07-12 131/week @ 2024-07-19

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

MIT/Apache

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

~6–18MB
~212K SLoC