Rust

安装更新

curl https://sh.rustup.rs -sSf | sh
rustup update

编译

cargo run
cargo run --example demo1
cargo build --release

rustup target list
rustup target add x86_64-pc-windows-gnu
posted @ 2018-12-31 15:32  fr5s  阅读(105)  评论(0编辑  收藏  举报