3 stable releases

1.0.2 Mar 30, 2024
1.0.1 Mar 29, 2024
1.0.0 Mar 24, 2024

#894 in Network programming

Download history 344/week @ 2024-03-20 559/week @ 2024-03-27 544/week @ 2024-04-03 738/week @ 2024-04-10 360/week @ 2024-04-17

2,255 downloads per month
Used in 24 crates (5 directly)

MIT/Apache

800KB
19K 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


lib.rs:

Utility for async runtime abstraction

Dependencies

~2–36MB
~524K SLoC