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

#2082 in Network programming

Download history 2142/week @ 2024-11-18 2142/week @ 2024-11-25 2131/week @ 2024-12-02 2704/week @ 2024-12-09 1834/week @ 2024-12-16 1130/week @ 2024-12-23 1296/week @ 2024-12-30 2234/week @ 2025-01-06 2040/week @ 2025-01-13 1878/week @ 2025-01-20 2017/week @ 2025-01-27 2749/week @ 2025-02-03 2939/week @ 2025-02-10 2123/week @ 2025-02-17 2434/week @ 2025-02-24 2162/week @ 2025-03-03

9,859 downloads per month
Used in 42 crates (via ntex-net)

MIT/Apache

635KB
15K 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

~3–12MB
~124K SLoC