Hello, Cargo!
https://github.com/kevin823lin/sp108b/tree/master/FinalProject/hello_cargo
1. 查看版本狀態
cargo --version2. 使用 Cargo 創建項目
cargo new hello_cargo
cd hello_cargo
3. 查看Cargo.toml
Cargo.toml4. 查看src/main.rs
src/main.rs5. 編譯並執行 Cargo 項目

6. 單純並快速地檢查程式碼是否能編譯

參考資料
Last updated