Rust 开发环境
1. Overview
Windows | WSL | Container | |
---|---|---|---|
开发环境(VS Code with Extension) | ✓ | ✓ | ✓ |
2. Windows
2.1. 安装
下载 rustup-init.exe,双击安装
2.2. 设置
使用 RsProxy 镜像源,编辑配置文件
1 | Add-Content -Path $HOME\.cargo\config.toml -Value @' |
3. WSL
1 | # install |
Windows | WSL | Container | |
---|---|---|---|
开发环境(VS Code with Extension) | ✓ | ✓ | ✓ |
下载 rustup-init.exe,双击安装
使用 RsProxy 镜像源,编辑配置文件
1 | Add-Content -Path $HOME\.cargo\config.toml -Value @' |
1 | # install |