8 releases

0.2.4 Dec 2, 2024
0.2.3 Nov 28, 2024
0.2.1 Oct 31, 2024
0.2.0 Sep 24, 2024
0.1.0 Aug 29, 2024

#2435 in Network programming

Download history 135/week @ 2024-08-26 175/week @ 2024-09-02 361/week @ 2024-09-09 134/week @ 2024-09-16 205/week @ 2024-09-23 123/week @ 2024-09-30 90/week @ 2024-10-07 99/week @ 2024-10-14 47/week @ 2024-10-21 203/week @ 2024-10-28 130/week @ 2024-11-04 49/week @ 2024-11-11 69/week @ 2024-11-18 351/week @ 2024-11-25 347/week @ 2024-12-02

834 downloads per month
Used in 2 crates (via ntex-net)

MIT/Apache

610KB
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
~153K SLoC