This repository has been archived on 2022-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
itconfig/examples/readme.md

12 lines
124 B
Markdown
Raw Permalink Normal View History

2022-07-21 22:24:33 +03:00
# Hyper "hello world"
2022-07-21 20:10:31 +03:00
```bash
cargo run --example hyper
```
2022-07-21 22:24:33 +03:00
# Rocket "hello world"
2022-07-21 20:10:31 +03:00
```bash
cargo run --example roket
```