61 releases (3 stable)

1.0.2 Mar 31, 2024
1.0.0 Jan 9, 2024
0.3.17 Dec 25, 2023
0.3.12 Nov 29, 2023
0.1.0 Dec 30, 2021

#1854 in Network programming

Download history 770/week @ 2023-12-23 667/week @ 2023-12-30 1205/week @ 2024-01-06 778/week @ 2024-01-13 711/week @ 2024-01-20 674/week @ 2024-01-27 855/week @ 2024-02-03 862/week @ 2024-02-10 1298/week @ 2024-02-17 1245/week @ 2024-02-24 1155/week @ 2024-03-02 1721/week @ 2024-03-09 1265/week @ 2024-03-16 1356/week @ 2024-03-23 1570/week @ 2024-03-30 1258/week @ 2024-04-06

5,701 downloads per month
Used in 47 crates (10 directly)

MIT/Apache

655KB
15K 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:

Utilities for abstructing io streams

Dependencies

~1–28MB
~376K SLoC