Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jay-es/hit-and-blow

Rust で Hit and Blow
https://github.com/jay-es/hit-and-blow

Last synced: about 2 months ago
JSON representation

Rust で Hit and Blow

Awesome Lists containing this project

README

        

## プロジェクトセットアップ
1. GitHub でリポジトリ作成 → WSL 内にクローン
- Fork に追加 `\\wsl$\Ubuntu-20.04\...`
2. VS Code で Reopen in Container
- Rust → buster → (追加インストール)なし
- イメージダウンロードを待つ
3. `cargo init` 実行
4. .vscode 追加
- settings.json にフォーマット関連

## 実行
```shell
# 初回インストール
$ cargo install cargo-watch

# ソースに変更があるたびにビルド+実行(毎回コンソールをクリア)
cargo watch -x run --clear
```