rust
install
rust rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl https://sh.rustup.rs -sSf | sh
. "$HOME/.cargo/env" # 等价于 source $HOME/.cargo/env ,实际上 . 是source的一个别名
rust rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl https://sh.rustup.rs -sSf | sh
. "$HOME/.cargo/env" # 等价于 source $HOME/.cargo/env ,实际上 . 是source的一个别名