15 unstable releases (5 breaking)

0.6.2 Jan 30, 2022
0.6.0 Dec 18, 2021
0.5.1 Sep 8, 2021
0.5.0 Jun 27, 2021
0.1.0 Mar 31, 2020

#1628 in Asynchronous

Download history 2365/week @ 2024-12-14 1567/week @ 2024-12-21 1449/week @ 2024-12-28 2299/week @ 2025-01-04 2238/week @ 2025-01-11 2011/week @ 2025-01-18 2185/week @ 2025-01-25 2685/week @ 2025-02-01 2993/week @ 2025-02-08 2135/week @ 2025-02-15 2519/week @ 2025-02-22 2543/week @ 2025-03-01 3158/week @ 2025-03-08 4042/week @ 2025-03-15 2590/week @ 2025-03-22 2193/week @ 2025-03-29

12,552 downloads per month
Used in 62 crates (6 directly)

MIT license

245KB
4.5K 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

~345–660KB
~13K SLoC