48 releases (14 stable)

new 2.9.0 Jan 15, 2025
2.8.0 Dec 4, 2024
2.6.1 Nov 24, 2024
2.2.0 Jul 30, 2024
0.1.1 Apr 11, 2021

#1751 in Network programming

Download history 1933/week @ 2024-09-30 2300/week @ 2024-10-07 2590/week @ 2024-10-14 2694/week @ 2024-10-21 2394/week @ 2024-10-28 3234/week @ 2024-11-04 1890/week @ 2024-11-11 2591/week @ 2024-11-18 2412/week @ 2024-11-25 2742/week @ 2024-12-02 3084/week @ 2024-12-09 2072/week @ 2024-12-16 1217/week @ 2024-12-23 1368/week @ 2024-12-30 2329/week @ 2025-01-06 1966/week @ 2025-01-13

6,991 downloads per month
Used in 58 crates (14 directly)

MIT/Apache

325KB
9K 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 ntex framework

Dependencies

~1MB
~16K SLoC