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

#1669 in Network programming

Download history 2409/week @ 2024-11-21 2152/week @ 2024-11-28 2588/week @ 2024-12-05 2394/week @ 2024-12-12 1613/week @ 2024-12-19 1295/week @ 2024-12-26 2298/week @ 2025-01-02 2036/week @ 2025-01-09 2072/week @ 2025-01-16 1955/week @ 2025-01-23 2527/week @ 2025-01-30 2813/week @ 2025-02-06 2447/week @ 2025-02-13 2367/week @ 2025-02-20 2284/week @ 2025-02-27 3328/week @ 2025-03-06

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

ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are compio, tokio, neon or neon-uring.

[dependencies]
ntex = { version = "2", features = ["compio"] }

Documentation & community resources

License

This project is licensed under


lib.rs:

Resource path matching library.

Dependencies

~3.5–5MB
~88K SLoC