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
- Host: GitHub
- URL: https://github.com/equk/rust-async
- Owner: equk
- Created: 2019-04-29T15:45:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T14:53:36.000Z (about 7 years ago)
- Last Synced: 2025-07-11T07:23:30.136Z (12 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)