深色模式
cargo 使用
$ cargo new crate
其中 crate 是工程名称
crate
cargo new
cargo build
cargo run
cargo check
如果没有 cargo 可以使用 rustc 来编译程序,然后再执行
rustc