14 unstable releases (3 breaking)

0.4.0 Jan 9, 2024
0.4.0-b.0 Jan 7, 2024
0.3.1 Nov 12, 2023
0.3.0 Jun 22, 2023
0.1.3 Jan 30, 2022

#2070 in Network programming

Download history 721/week @ 2024-01-01 853/week @ 2024-01-08 619/week @ 2024-01-15 678/week @ 2024-01-22 587/week @ 2024-01-29 904/week @ 2024-02-05 865/week @ 2024-02-12 878/week @ 2024-02-19 1124/week @ 2024-02-26 1199/week @ 2024-03-04 1429/week @ 2024-03-11 1193/week @ 2024-03-18 1100/week @ 2024-03-25 1366/week @ 2024-04-01 1096/week @ 2024-04-08 1401/week @ 2024-04-15

5,115 downloads per month
Used in 41 crates (via ntex-net)

MIT/Apache

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

~3–36MB
~486K SLoC