14 stable releases

new 2.5.5 Mar 17, 2025
2.5.4 Mar 16, 2025
2.4.0 Sep 25, 2024
2.1.0 Aug 29, 2024
1.0.2 Mar 30, 2024

#1943 in Network programming

Download history 2015/week @ 2024-11-25 2035/week @ 2024-12-02 2282/week @ 2024-12-09 1552/week @ 2024-12-16 1016/week @ 2024-12-23 1271/week @ 2024-12-30 2011/week @ 2025-01-06 1785/week @ 2025-01-13 1718/week @ 2025-01-20 2007/week @ 2025-01-27 2475/week @ 2025-02-03 2720/week @ 2025-02-10 1998/week @ 2025-02-17 2240/week @ 2025-02-24 2234/week @ 2025-03-03 4068/week @ 2025-03-10

10,781 downloads per month
Used in 40 crates (6 directly)

MIT/Apache

1MB
23K 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:

Utility for async runtime abstraction

Dependencies

~2–13MB
~177K SLoC