10 stable releases

new 2.3.0 Jul 19, 2024
2.2.0 Jul 16, 2024
2.1.0 Jun 27, 2024
2.0.0 May 28, 2024
1.0.4 Mar 30, 2024

#8 in #composable-networking

Download history 671/week @ 2024-03-29 536/week @ 2024-04-05 716/week @ 2024-04-12 556/week @ 2024-04-19 721/week @ 2024-04-26 593/week @ 2024-05-03 691/week @ 2024-05-10 742/week @ 2024-05-17 1156/week @ 2024-05-24 1054/week @ 2024-05-31 860/week @ 2024-06-07 602/week @ 2024-06-14 870/week @ 2024-06-21 739/week @ 2024-06-28 745/week @ 2024-07-05 652/week @ 2024-07-12

3,105 downloads per month
Used in 27 crates (via ntex)

MIT/Apache

650KB
16K 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

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.

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

Documentation & community resources

License

This project is licensed under

Dependencies

~4–15MB
~179K SLoC