Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jay-es/hit-and-blow
- Owner: jay-es
- Created: 2022-09-18T14:43:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T11:56:32.000Z (about 2 years ago)
- Last Synced: 2024-04-23T20:23:22.254Z (8 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```