27 releases

0.4.13 Apr 4, 2024
0.4.12 Mar 25, 2024
0.4.11 Nov 22, 2023
0.4.9 Apr 11, 2023
0.1.0 Mar 31, 2020

#2054 in Asynchronous

Download history 1913/week @ 2024-04-04 1832/week @ 2024-04-11 1680/week @ 2024-04-18 1910/week @ 2024-04-25 1487/week @ 2024-05-02 1601/week @ 2024-05-09 1277/week @ 2024-05-16 1494/week @ 2024-05-23 1769/week @ 2024-05-30 1505/week @ 2024-06-06 1159/week @ 2024-06-13 1395/week @ 2024-06-20 1124/week @ 2024-06-27 1079/week @ 2024-07-04 1640/week @ 2024-07-11 997/week @ 2024-07-18

5,084 downloads per month
Used in 51 crates (6 directly)

MIT/Apache

36KB
853 lines

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

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio 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–16MB
~160K SLoC