15 stable releases

new 2.6.2 Dec 30, 2024
2.5.0 Nov 4, 2024
2.3.0 Jul 19, 2024
1.0.5 Apr 1, 2024
1.0.4 Mar 30, 2024

#2024 in Network programming

Download history 1019/week @ 2024-09-15 1542/week @ 2024-09-22 1605/week @ 2024-09-29 1995/week @ 2024-10-06 2117/week @ 2024-10-13 2430/week @ 2024-10-20 2100/week @ 2024-10-27 2697/week @ 2024-11-03 1735/week @ 2024-11-10 1869/week @ 2024-11-17 2176/week @ 2024-11-24 2178/week @ 2024-12-01 2401/week @ 2024-12-08 1626/week @ 2024-12-15 1216/week @ 2024-12-22 1200/week @ 2024-12-29

6,600 downloads per month
Used in 35 crates (via ntex)

MIT/Apache

675KB
16K 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

~4–13MB
~183K SLoC