crates.io 镜像
rsproxy
https://rsproxy.cn/
步骤一:设置 Rustup 镜像, 修改配置 ~/.zshrc or ~/.bashrc
export RUSTUP_DIST_SERVER="https://rsproxy.cn"
export RUSTUP_UPDATE_ROOT="https://rsproxy.cn/rustup"
步骤二:安装 Rust
curl --proto '=https' --tlsv1.2 -sSf https://rsproxy.cn/rustup...
heresy.hashnode.dev1 min read