Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

🇨🇳 安装 rustup

Rustup Mirror

export RUSTUP_DIST_SERVER="https://rsproxy.cn"
export RUSTUP_UPDATE_ROOT="https://rsproxy.cn/rustup"
curl --proto '=https' --tlsv1.2 -sSf https://rsproxy.cn/rustup-init.sh | sh

crates.io Mirror

vim ~/.cargo/config
[source.crates-io]
registry = "sparse+https://rsproxy.cn/index/"
[net]
git-fetch-with-cli = true