安裝 Rust

https://github.com/kevin823lin/sp108b/tree/master/FinalProject/install_Rust.md

github 連結

1. 從官網下載rustup

2. 執行安裝程式

3. 檢查更新

rustup update
  • 輸入rustup update 檢查更新

4. 查看版本狀態

rustc --version
  • 輸入rustup --version 查看版本狀態

參考資料

Last updated