41 releases

new 0.4.27 Mar 12, 2025
0.4.24 Jan 3, 2025
0.4.23 Dec 10, 2024
0.4.21 Nov 25, 2024
0.1.0 Mar 31, 2020

#1998 in Network programming

Download history 2675/week @ 2024-11-21 2453/week @ 2024-11-28 2907/week @ 2024-12-05 2713/week @ 2024-12-12 1634/week @ 2024-12-19 1185/week @ 2024-12-26 2321/week @ 2025-01-02 2080/week @ 2025-01-09 2115/week @ 2025-01-16 1966/week @ 2025-01-23 2594/week @ 2025-01-30 2982/week @ 2025-02-06 2665/week @ 2025-02-13 2398/week @ 2025-02-20 2441/week @ 2025-02-27 3598/week @ 2025-03-06

11,536 downloads per month
Used in 60 crates (8 directly)

MIT/Apache

62KB
1.5K 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, neon or neon-uring.

[dependencies]
ntex = { version = "2", features = ["compio"] }

Documentation & community resources

License

This project is licensed under


lib.rs:

A runtime implementation that runs everything on the current thread.

Dependencies

~0.6–12MB
~138K SLoC