Categories
rust

Rust 进程/线程处理

Categories
rust

Rust helloworld

基本命令

cargo new --bin  helloworld

创建helloworld 项目项目为bin 可执行文件

cargo run

编译项目并且执行可执行文件

cargo build

编译项目