11 stable releases

new 2.5.2 Mar 14, 2025
2.4.0 Sep 25, 2024
2.1.0 Aug 29, 2024
2.0.0 May 28, 2024
1.0.2 Mar 30, 2024

#2129 in Network programming

Download history 2130/week @ 2024-11-22 2064/week @ 2024-11-29 2316/week @ 2024-12-06 1626/week @ 2024-12-13 1217/week @ 2024-12-20 1160/week @ 2024-12-27 1855/week @ 2025-01-03 1822/week @ 2025-01-10 1715/week @ 2025-01-17 1890/week @ 2025-01-24 2410/week @ 2025-01-31 2756/week @ 2025-02-07 1886/week @ 2025-02-14 2187/week @ 2025-02-21 2292/week @ 2025-02-28 2587/week @ 2025-03-07

9,637 downloads per month
Used in 39 crates (6 directly)

MIT/Apache

1MB
22K 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
~176K SLoC