An open API service indexing awesome lists of open source software.

https://github.com/equk/rust-async

async networking using rust
https://github.com/equk/rust-async

Last synced: 17 days ago
JSON representation

async networking using rust

Awesome Lists containing this project

README

          

# rust-async

Basic async connection using rust & `tokio`

# serve

Simple `hello world` example of http service using tokio-minihttp

cargo run --bin serve

# Reference

[Basic intro hello world for tokio library](https://tokio.rs/docs/getting-started/hello-world/)

# Contact

Website: https://equk.co.uk

Twitter: [@equilibriumuk](https://twitter.com/equilibriumuk)