5 releases

0.2.1 Oct 31, 2024
0.2.0 Sep 24, 2024
0.1.2 Sep 11, 2024
0.1.1 Sep 5, 2024
0.1.0 Aug 29, 2024

#2407 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 52/week @ 2024-11-11

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

MIT/Apache

615KB
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

~4–15MB
~182K SLoC