Rust 官方工具链:rustup 管理 stable/nightly 工具链与交叉编译目标,cargo 是构建、依赖与发布的包管理器。
curl https://sh.rustup.rs -sSf | sh(Windows 下载 rustup-init.exe)。
信息整理自官方渠道,接口变更频繁,请以官方文档为准。