8 releases

0.2.4 Dec 2, 2024
0.2.3 Nov 28, 2024
0.2.1 Oct 31, 2024
0.2.0 Sep 24, 2024
0.1.0 Aug 29, 2024

#85 in #async-http

Download history 329/week @ 2024-12-02 56/week @ 2024-12-09 55/week @ 2024-12-16 48/week @ 2024-12-23 67/week @ 2024-12-30 63/week @ 2025-01-06 47/week @ 2025-01-13 62/week @ 2025-01-20 78/week @ 2025-01-27 73/week @ 2025-02-03 55/week @ 2025-02-10 53/week @ 2025-02-17 52/week @ 2025-02-24 121/week @ 2025-03-03 154/week @ 2025-03-10 162/week @ 2025-03-17

494 downloads per month
Used in 2 crates (via ntex-net)

MIT/Apache

655KB
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, neon or neon-uring.

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

Documentation & community resources

License

This project is licensed under

Dependencies

~3–13MB
~167K SLoC