18 releases

0.5.3 Nov 4, 2024
0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.1 Nov 12, 2023
0.1.3 Jan 30, 2022

#2282 in Network programming

Download history 1019/week @ 2024-08-01 992/week @ 2024-08-08 1177/week @ 2024-08-15 1073/week @ 2024-08-22 1333/week @ 2024-08-29 1921/week @ 2024-09-05 1787/week @ 2024-09-12 1764/week @ 2024-09-19 1716/week @ 2024-09-26 1917/week @ 2024-10-03 2216/week @ 2024-10-10 2610/week @ 2024-10-17 2235/week @ 2024-10-24 2814/week @ 2024-10-31 2182/week @ 2024-11-07 1670/week @ 2024-11-14

9,301 downloads per month
Used in 38 crates (via ntex-net)

MIT/Apache

620KB
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 = ["tokio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~3–12MB
~119K SLoC