17 unstable releases (4 breaking)

0.5.2 Sep 25, 2024
0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.1 Nov 22, 2023
0.1.2 Feb 20, 2022

#2440 in Network programming

Download history 60/week @ 2024-10-08 36/week @ 2024-10-15 46/week @ 2024-10-22 87/week @ 2024-10-29 57/week @ 2024-11-05 55/week @ 2024-11-12 80/week @ 2024-11-19 37/week @ 2024-11-26 59/week @ 2024-12-03 56/week @ 2024-12-10 32/week @ 2024-12-17 13/week @ 2024-12-24 10/week @ 2024-12-31 21/week @ 2025-01-07 18/week @ 2025-01-14 31/week @ 2025-01-21

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

MIT/Apache

585KB
14K 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 = ["compio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~1.4–8MB
~70K SLoC