34 releases

0.4.20 Oct 17, 2024
0.4.18 Sep 25, 2024
0.4.13 Apr 4, 2024
0.4.12 Mar 25, 2024
0.1.0 Mar 31, 2020

#2109 in Asynchronous

Download history 1365/week @ 2024-08-01 1270/week @ 2024-08-08 1382/week @ 2024-08-15 1297/week @ 2024-08-22 2062/week @ 2024-08-29 1718/week @ 2024-09-05 1615/week @ 2024-09-12 2233/week @ 2024-09-19 2008/week @ 2024-09-26 2172/week @ 2024-10-03 2702/week @ 2024-10-10 3096/week @ 2024-10-17 2442/week @ 2024-10-24 2849/week @ 2024-10-31 2308/week @ 2024-11-07 1747/week @ 2024-11-14

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

MIT/Apache

45KB
1K 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:

A runtime implementation that runs everything on the current thread.

Dependencies

~0.5–12MB
~148K SLoC