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

#1823 in Network programming

Download history 813/week @ 2023-12-23 738/week @ 2023-12-30 1294/week @ 2024-01-06 909/week @ 2024-01-13 776/week @ 2024-01-20 669/week @ 2024-01-27 841/week @ 2024-02-03 793/week @ 2024-02-10 1060/week @ 2024-02-17 1183/week @ 2024-02-24 1211/week @ 2024-03-02 1702/week @ 2024-03-09 1561/week @ 2024-03-16 1705/week @ 2024-03-23 1766/week @ 2024-03-30 1405/week @ 2024-04-06

6,664 downloads per month
Used in 48 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 = "1.0", 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–35MB
~493K SLoC