15 unstable releases (4 breaking)

0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.1 Nov 12, 2023
0.3.0 Jun 22, 2023
0.1.3 Jan 30, 2022

#1958 in Network programming

Download history 1266/week @ 2024-04-03 1366/week @ 2024-04-10 1315/week @ 2024-04-17 1565/week @ 2024-04-24 1172/week @ 2024-05-01 1393/week @ 2024-05-08 989/week @ 2024-05-15 1474/week @ 2024-05-22 1393/week @ 2024-05-29 1461/week @ 2024-06-05 878/week @ 2024-06-12 958/week @ 2024-06-19 978/week @ 2024-06-26 748/week @ 2024-07-03 1167/week @ 2024-07-10 827/week @ 2024-07-17

3,890 downloads per month
Used in 42 crates (via ntex-net)

MIT/Apache

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

~3–12MB
~124K SLoC