13 stable releases

new 2.6.0 Dec 4, 2024
2.5.0 Nov 4, 2024
2.4.0 Sep 24, 2024
2.3.0 Jul 19, 2024
1.0.4 Mar 30, 2024

#2223 in Network programming

Download history 982/week @ 2024-08-16 851/week @ 2024-08-23 884/week @ 2024-08-30 1071/week @ 2024-09-06 955/week @ 2024-09-13 1518/week @ 2024-09-20 1511/week @ 2024-09-27 1956/week @ 2024-10-04 2051/week @ 2024-10-11 2509/week @ 2024-10-18 2024/week @ 2024-10-25 2559/week @ 2024-11-01 1992/week @ 2024-11-08 1807/week @ 2024-11-15 2146/week @ 2024-11-22 1760/week @ 2024-11-29

8,087 downloads per month
Used in 34 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
~182K SLoC