windows安装Rust
1、windows在线安装Rust
请先阅读https://linuxacme.com/1461
winget install --id=Rustlang.Rust.GNU -e
2、windows离线安装Rust
GNU版本-系统需要有mingw64
链接https://static.rust-lang.org/dist/rust-1.85.0-x86_64-pc-windows-gnu.msi
MSVC版本-需要安装visual studio
链接https://static.rust-lang.org/dist/rust-1.85.0-x86_64-pc-windows-msvc.msi
3、更换crates.io镜像站
使用镜像站可以保证程序在开发过程中不会因为网络导致无法正常跑起来
USTC镜像站链接https://mirrors.ustc.edu.cn/help/crates.io-index.html

THE END