12 unstable releases (3 breaking)

0.4.0 Jan 9, 2024
0.4.0-b.0 Jan 7, 2024
0.3.2 Nov 22, 2023
0.3.0 Jun 22, 2023
0.1.1 Jan 30, 2022

#2074 in Asynchronous

Download history 166/week @ 2023-12-23 83/week @ 2023-12-30 164/week @ 2024-01-06 113/week @ 2024-01-13 95/week @ 2024-01-20 109/week @ 2024-01-27 57/week @ 2024-02-03 66/week @ 2024-02-10 126/week @ 2024-02-17 131/week @ 2024-02-24 106/week @ 2024-03-02 123/week @ 2024-03-09 135/week @ 2024-03-16 89/week @ 2024-03-23 130/week @ 2024-03-30 231/week @ 2024-04-06

605 downloads per month
Used in 7 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

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

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

Documentation & community resources

License

This project is licensed under

Dependencies

~6–38MB
~555K SLoC