cargo-new
創建一個新的 Cargo 套件。 相當於 cargo init,但是必須指定一個目錄。 更多資訊:https://doc.rust-lang.org/cargo/commands/cargo-new.html。
cargo init
cargo new {{路徑/至/目錄}}