mynote/rust/rust.md
2022-06-05 10:19:11 +08:00

249 B

Rust

install

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup update

expand

# just for mac 
rustup toolchain install nightly-x86_64-apple-darwin

cargo +nightly install cargo-expand