18 releases

0.5.3 Nov 4, 2024
0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.1 Nov 12, 2023
0.1.3 Jan 30, 2022

#2296 in Network programming

Download history 2235/week @ 2024-10-24 2814/week @ 2024-10-31 2182/week @ 2024-11-07 1975/week @ 2024-11-14 2369/week @ 2024-11-21 1974/week @ 2024-11-28 2459/week @ 2024-12-05 2359/week @ 2024-12-12 1429/week @ 2024-12-19 1087/week @ 2024-12-26 2007/week @ 2025-01-02 1907/week @ 2025-01-09 1992/week @ 2025-01-16 1881/week @ 2025-01-23 2522/week @ 2025-01-30 2666/week @ 2025-02-06

9,604 downloads per month
Used in 40 crates (via ntex-net)

MIT/Apache

630KB
15K 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, glommio or async-std.

[dependencies]
ntex = { version = "2", features = ["compio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~3–12MB
~123K SLoC