我要评分
获取效率
正确性
完整性
易理解

Installing Rust

  1. Download and install Rust. If the download fails due to network conditions, try again.
    1
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    
  2. In the displayed installation options, select the default installation mode.

  3. Make the installation take effect.
    1
    source $HOME/.cargo/env