81 releases (23 stable)

2.9.2 Dec 5, 2024
2.8.3 Nov 10, 2024
2.1.0 Jul 30, 2024
1.2.0 May 12, 2024
0.1.0 Dec 30, 2021

#1639 in Network programming

Download history 1866/week @ 2024-09-19 1782/week @ 2024-09-26 2329/week @ 2024-10-03 2825/week @ 2024-10-10 2728/week @ 2024-10-17 2271/week @ 2024-10-24 3194/week @ 2024-10-31 2527/week @ 2024-11-07 2085/week @ 2024-11-14 2437/week @ 2024-11-21 2255/week @ 2024-11-28 2957/week @ 2024-12-05 2541/week @ 2024-12-12 1440/week @ 2024-12-19 1069/week @ 2024-12-26 1594/week @ 2025-01-02

7,123 downloads per month
Used in 57 crates (12 directly)

MIT/Apache

720KB
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