18 releases

0.5.3 Jan 16, 2024
0.5.2 Sep 12, 2023
0.5.1 Aug 23, 2021
0.5.0 Jun 27, 2021
0.3.0 Mar 31, 2020

#1282 in Network programming

Download history 1493/week @ 2024-08-16 1618/week @ 2024-08-23 1643/week @ 2024-08-30 1920/week @ 2024-09-06 1667/week @ 2024-09-13 1903/week @ 2024-09-20 1710/week @ 2024-09-27 2184/week @ 2024-10-04 2251/week @ 2024-10-11 2848/week @ 2024-10-18 2545/week @ 2024-10-25 2804/week @ 2024-11-01 2253/week @ 2024-11-08 2078/week @ 2024-11-15 2376/week @ 2024-11-22 1922/week @ 2024-11-29

9,058 downloads per month
Used in 54 crates (5 directly)

MIT/Apache

350KB
7K 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:

Resource path matching library.

Dependencies

~3.5–5MB
~89K SLoC