23 stable releases

new 2.5.14 Apr 18, 2025
2.5.13 Apr 8, 2025
2.5.10 Mar 28, 2025
2.4.0 Sep 25, 2024
1.0.2 Mar 30, 2024

#1723 in Network programming

Download history 1188/week @ 2024-12-28 1978/week @ 2025-01-04 1788/week @ 2025-01-11 1677/week @ 2025-01-18 1966/week @ 2025-01-25 2415/week @ 2025-02-01 2741/week @ 2025-02-08 1934/week @ 2025-02-15 2300/week @ 2025-02-22 2363/week @ 2025-03-01 3053/week @ 2025-03-08 4660/week @ 2025-03-15 2999/week @ 2025-03-22 2902/week @ 2025-03-29 3918/week @ 2025-04-05 2764/week @ 2025-04-12

13,049 downloads per month
Used in 41 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

Dependencies

~2–13MB
~175K SLoC