Skip to main content

Rust Awesome

# /opt/homebrew/opt/rustup/bin
# $(brew --prefix rustup)/bin
brew install rustup

# stable beta nightly
rustup default stable
rustup update
rustup component list
rustup doc
rustup self-uninstall
命令作用说明
rustcRust 编译器。
cargo项目构建工具和包管理器。
rustdoc文档生成工具。
rustfmtformater
clippylinter
rust-analyzerLSP Server

Projects

学习