77 releases (19 stable)

new 2.8.2 Nov 5, 2024
2.7.1 Oct 15, 2024
2.1.0 Jul 30, 2024
1.2.0 May 12, 2024
0.1.0 Dec 30, 2021

#1750 in Network programming

Download history 1218/week @ 2024-07-16 1720/week @ 2024-07-23 1512/week @ 2024-07-30 1369/week @ 2024-08-06 1362/week @ 2024-08-13 1325/week @ 2024-08-20 1788/week @ 2024-08-27 1889/week @ 2024-09-03 2059/week @ 2024-09-10 1608/week @ 2024-09-17 1919/week @ 2024-09-24 2056/week @ 2024-10-01 2655/week @ 2024-10-08 2801/week @ 2024-10-15 2558/week @ 2024-10-22 2471/week @ 2024-10-29

11,061 downloads per month
Used in 54 crates (12 directly)

MIT/Apache

725KB
17K 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:

Utilities for abstructing io streams

Dependencies

~1–1.4MB
~25K SLoC