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

#2353 in Network programming

Download history 169/week @ 2024-08-18 243/week @ 2024-08-25 51/week @ 2024-09-01 391/week @ 2024-09-08 58/week @ 2024-09-15 88/week @ 2024-09-22 71/week @ 2024-09-29 66/week @ 2024-10-06 45/week @ 2024-10-13 45/week @ 2024-10-20 88/week @ 2024-10-27 63/week @ 2024-11-03 39/week @ 2024-11-10 39/week @ 2024-11-17 44/week @ 2024-11-24 26/week @ 2024-12-01

151 downloads per month
Used in 6 crates (via ntex-net)

MIT/Apache

570KB
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–13MB
~182K SLoC