ntex 0.5.11

Framework for composable network services
Documentation

build status codecov crates.io Documentation Version License

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 = "0.5", features = ["glommio"] }

Documentation & community resources

License

This project is licensed under