89 releases (31 stable)

new 2.12.1 May 10, 2025
2.11.1 Mar 19, 2025
2.9.2 Dec 5, 2024
2.8.3 Nov 10, 2024
0.1.0 Dec 30, 2021

#1807 in Network programming

Download history 1957/week @ 2025-01-18 2070/week @ 2025-01-25 2832/week @ 2025-02-01 3123/week @ 2025-02-08 2183/week @ 2025-02-15 2652/week @ 2025-02-22 2724/week @ 2025-03-01 3207/week @ 2025-03-08 4264/week @ 2025-03-15 2612/week @ 2025-03-22 2763/week @ 2025-03-29 3807/week @ 2025-04-05 3192/week @ 2025-04-12 2470/week @ 2025-04-19 3243/week @ 2025-04-26 2413/week @ 2025-05-03

11,895 downloads per month
Used in 63 crates (12 directly)

MIT/Apache

715KB
17K 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

~1–1.5MB
~27K SLoC