rover rustup update stable 本地直接运行 # 检查代码是否有编译错误 (速度快) cargo check # 编译并运行项目 (开发模式) cargo run # 如果要以生产模式运行 (性能更高) cargo run --release