thedodd / ntex

framework for composable networking services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 = "0.7", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under

About

framework for composable networking services

License:MIT License


Languages

Language:Rust 100.0%Language:Shell 0.0%