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

#1599 in Network programming

Download history 798/week @ 2023-12-23 757/week @ 2023-12-30 1289/week @ 2024-01-06 940/week @ 2024-01-13 851/week @ 2024-01-20 744/week @ 2024-01-27 876/week @ 2024-02-03 864/week @ 2024-02-10 1068/week @ 2024-02-17 1161/week @ 2024-02-24 1224/week @ 2024-03-02 1688/week @ 2024-03-09 1461/week @ 2024-03-16 1516/week @ 2024-03-23 1353/week @ 2024-03-30 1292/week @ 2024-04-06

5,848 downloads per month
Used in 45 crates (3 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

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.

[dependencies]
ntex = { version = "1.0", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under


lib.rs:

Resource path matching library.

Dependencies

~3.5–5MB
~89K SLoC