6 stable releases

1.0.5 Apr 1, 2024
1.0.4 Mar 30, 2024
1.0.3 Mar 29, 2024
1.0.2 Mar 25, 2024
1.0.1 Mar 24, 2024

#1470 in Network programming

Download history 607/week @ 2024-03-23 655/week @ 2024-03-30 448/week @ 2024-04-06

1,710 downloads per month
Used in 21 crates (via ntex)

MIT/Apache

640KB
15K 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 = "1.0", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~4–36MB
~537K SLoC