13 stable releases

new 2.5.4 Mar 16, 2025
2.5.3 Mar 14, 2025
2.4.0 Sep 25, 2024
2.1.0 Aug 29, 2024
1.0.2 Mar 30, 2024

#2056 in Network programming

Download history 2182/week @ 2024-11-24 1986/week @ 2024-12-01 2314/week @ 2024-12-08 1569/week @ 2024-12-15 1072/week @ 2024-12-22 1178/week @ 2024-12-29 2017/week @ 2025-01-05 1783/week @ 2025-01-12 1717/week @ 2025-01-19 2027/week @ 2025-01-26 2401/week @ 2025-02-02 2691/week @ 2025-02-09 1990/week @ 2025-02-16 2316/week @ 2025-02-23 2286/week @ 2025-03-02 2915/week @ 2025-03-09

9,640 downloads per month
Used in 39 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