39 releases (9 stable)

2.4.1 Apr 18, 2025
2.4.0 Dec 30, 2024
2.3.0 Nov 4, 2024
2.0.0 May 28, 2024
0.1.0 Dec 30, 2021

#1521 in Network programming

Download history 2584/week @ 2025-01-30 2876/week @ 2025-02-06 2609/week @ 2025-02-13 2286/week @ 2025-02-20 2388/week @ 2025-02-27 3375/week @ 2025-03-06 4232/week @ 2025-03-13 2435/week @ 2025-03-20 2705/week @ 2025-03-27 2989/week @ 2025-04-03 3499/week @ 2025-04-10 2103/week @ 2025-04-17 3183/week @ 2025-04-24 3203/week @ 2025-05-01 2697/week @ 2025-05-08 1625/week @ 2025-05-15

11,119 downloads per month
Used in 59 crates (5 directly)

MIT/Apache

1MB
21K 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–11MB
~134K SLoC

OSZAR »