20 stable releases

new 2.7.4 Mar 28, 2025
2.7.1 Feb 28, 2025
2.6.2 Dec 30, 2024
2.5.0 Nov 4, 2024
1.0.4 Mar 30, 2024

#1998 in Network programming

Download history 2435/week @ 2024-12-06 1687/week @ 2024-12-13 1301/week @ 2024-12-20 1314/week @ 2024-12-27 1958/week @ 2025-01-03 1857/week @ 2025-01-10 1762/week @ 2025-01-17 1888/week @ 2025-01-24 2735/week @ 2025-01-31 2781/week @ 2025-02-07 2022/week @ 2025-02-14 2267/week @ 2025-02-21 2587/week @ 2025-02-28 3211/week @ 2025-03-07 3949/week @ 2025-03-14 1859/week @ 2025-03-21

12,001 downloads per month
Used in 39 crates (via ntex)

MIT/Apache

740KB
18K 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

~5–15MB
~212K SLoC