8 stable releases

2.4.0 Sep 25, 2024
2.3.0 Sep 24, 2024
2.1.0 Aug 29, 2024
2.0.0 May 28, 2024
1.0.2 Mar 30, 2024

#2108 in Network programming

Download history 695/week @ 2024-07-29 728/week @ 2024-08-05 792/week @ 2024-08-12 917/week @ 2024-08-19 1111/week @ 2024-08-26 1099/week @ 2024-09-02 1380/week @ 2024-09-09 1148/week @ 2024-09-16 1701/week @ 2024-09-23 1644/week @ 2024-09-30 2020/week @ 2024-10-07 2174/week @ 2024-10-14 2465/week @ 2024-10-21 2099/week @ 2024-10-28 2483/week @ 2024-11-04 1674/week @ 2024-11-11

8,851 downloads per month
Used in 34 crates (6 directly)

MIT/Apache

1MB
20K 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


lib.rs:

Utility for async runtime abstraction

Dependencies

~2–13MB
~177K SLoC