初识 Rust

Install

Linux or macOS

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

Windows

访问 https://www.rust-lang.org/tools/install

Updating and Uninstalling

rustup udpate # 更新

rustup self uninstall # 卸载

Troubleshooting - 检查安装

rustc --version

# rustc x.y.z (abcabcabc yyyy-mm-dd)

Local Documentation

rustup doc

Created 2021-04-29T12:35:19+08:00 · Edit