14 unstable releases (3 breaking)

0.4.0 Jan 9, 2024
0.3.1 Nov 22, 2023
0.3.0 Jun 22, 2023
0.2.2 Jan 26, 2023
0.1.2 Feb 20, 2022

#2283 in Network programming

Download history 21/week @ 2024-01-01 54/week @ 2024-01-08 15/week @ 2024-01-22 41/week @ 2024-01-29 20/week @ 2024-02-05 143/week @ 2024-02-12 78/week @ 2024-02-19 84/week @ 2024-02-26 54/week @ 2024-03-04 74/week @ 2024-03-11 118/week @ 2024-03-18 38/week @ 2024-03-25 119/week @ 2024-04-01 8/week @ 2024-04-08 32/week @ 2024-04-15

229 downloads per month
Used in 6 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 = "1.0", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~1–30MB
~416K SLoC