rustaceans:在此存储库中我将通过https上的示例进行工作。 源码
锈菌属 rust lang教程的每一章中的注释。 第1章 重要命令: cargo new - creates a new project cargo run - build the project and also runs cargo build - build the project to ./target/debug/ cargo check - checks code but doesn't product an executable cargo build --release 货代 在这里声明包 然后运行货物建造,这将安装软件包 货物更新以更新包裹 第2章 用户输入 use std :: io; io :: stdin (). read_line ( & mut variable) 比赛 match num. cmp ( &
用户评论