创建工程
cargo new hello-world
检查语法
cargo check
编译
cargo build
编译并运行
cargo run
本文标题:Rust 入门 - Cargo
本文链接:https://www.haomeiwen.com/subject/ptsxsltx.html
网友评论