「Rust」の版間の差分
ナビゲーションに移動
検索に移動
(→Mac) |
|||
| 14行目: | 14行目: | ||
</pre> | </pre> | ||
* Rustの開発環境において、全てのツールは~/.cargo/binディレクトリにインストールされるため、PATHを通す | * Rustの開発環境において、全てのツールは~/.cargo/binディレクトリにインストールされるため、PATHを通す | ||
| + | |||
| + | ==開発== | ||
| + | *パッケージの生成 | ||
| + | <pre> | ||
| + | $ cargo new --bin hello | ||
| + | </pre> | ||
2022年1月17日 (月) 15:10時点における版
Rust
Install
Uninstall
rustup self uninstall
Mac
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Rustの開発環境において、全てのツールは~/.cargo/binディレクトリにインストールされるため、PATHを通す
開発
- パッケージの生成
$ cargo new --bin hello
© 2006 矢木浩人