Rust,启动!关于 Cargo 的一些东西关于 Cargo 的一些东西 cargo new hello_cargo新建一个项目 cargo build构建可执行文件 cargo build --release发布构建 cargo run编译并执行 cargo check检查代码,无需编译