38 releases

new 0.4.24 Jan 3, 2025
0.4.23 Dec 10, 2024
0.4.21 Nov 25, 2024
0.4.13 Apr 4, 2024
0.1.0 Mar 31, 2020

#2098 in Network programming

Download history 1915/week @ 2024-09-18 2188/week @ 2024-09-25 2137/week @ 2024-10-02 2661/week @ 2024-10-09 3104/week @ 2024-10-16 2557/week @ 2024-10-23 2533/week @ 2024-10-30 2594/week @ 2024-11-06 2133/week @ 2024-11-13 2371/week @ 2024-11-20 2611/week @ 2024-11-27 2747/week @ 2024-12-04 2892/week @ 2024-12-11 1863/week @ 2024-12-18 1074/week @ 2024-12-25 1730/week @ 2025-01-01

8,299 downloads per month
Used in 58 crates (10 directly)

MIT/Apache

44KB
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–13MB
~163K SLoC