Categories rust Rust helloworld Post author By Robin Post date June 22, 2025 基本命令 cargo new --bin helloworld 创建helloworld 项目项目为bin 可执行文件 cargo run 编译项目并且执行可执行文件 cargo build 编译项目 Tags rust ← Ruoyi websocket 对接 → Rust 流