45 releases (21 stable)

new 3.3.3 Nov 10, 2024
3.2.1 Oct 31, 2024
3.0.0 May 28, 2024
2.0.1 Feb 7, 2024
0.1.0 Mar 31, 2020

#1522 in Network programming

Download history 1371/week @ 2024-07-28 1303/week @ 2024-08-04 1461/week @ 2024-08-11 1361/week @ 2024-08-18 1717/week @ 2024-08-25 1507/week @ 2024-09-01 1812/week @ 2024-09-08 1691/week @ 2024-09-15 2023/week @ 2024-09-22 2180/week @ 2024-09-29 2432/week @ 2024-10-06 2856/week @ 2024-10-13 2957/week @ 2024-10-20 2742/week @ 2024-10-27 3497/week @ 2024-11-03 2134/week @ 2024-11-10

11,748 downloads per month
Used in 56 crates (10 directly)

MIT/Apache

120KB
3.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, glommio or async-std.

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

Documentation & community resources

License

This project is licensed under


lib.rs:

See Service docs for information on this crate's foundational trait.

Dependencies

~45KB