Skip to content

Rust setup

foolmacky edited this page Jan 31, 2023 · 1 revision

■ Rust言語のインストール

  • rustupスクリプトを使ってインストールする
  • https://rust-lang.github.io/rustup/installation/other.html の記述に沿ってcurlコマンドを叩くと、rustc, cargoなど必要なコマンドをすべて導入可能。
  • ver.をアップデートするときも、同様に実行することで更新される。
curl https://sh.rustup.rs -sSf | sh

Clone this wiki locally