45 releases (11 stable)

new 2.6.1 Nov 24, 2024
2.4.0 Sep 26, 2024
2.2.0 Jul 30, 2024
1.0.1 Jan 19, 2024
0.1.1 Apr 11, 2021

#1832 in Network programming

Download history 1324/week @ 2024-08-04 1373/week @ 2024-08-11 1545/week @ 2024-08-18 1678/week @ 2024-08-25 1466/week @ 2024-09-01 1738/week @ 2024-09-08 1643/week @ 2024-09-15 2142/week @ 2024-09-22 1950/week @ 2024-09-29 2310/week @ 2024-10-06 2508/week @ 2024-10-13 2715/week @ 2024-10-20 2442/week @ 2024-10-27 3171/week @ 2024-11-03 1931/week @ 2024-11-10 2191/week @ 2024-11-17

9,875 downloads per month
Used in 56 crates (13 directly)

MIT/Apache

315KB
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
~15K SLoC