【Rust】环境搭建

▒ 目录 ▒

    • 导读
      • 需求
    • 1️⃣
      • 安装Chocolatey
      • 安装依赖
    • 2️⃣ 安装RustRover
      • 安装toolchain(rustup、VS)
      • 重启配置生效
      • 设置
      • 安装插件
    • 参考资料

导读

需求

重装系统,记录下环境搭建遇到的问题。

1️⃣

使用Chocolatey完成一键盘安装Windows环境下的所有程序依赖
https://www.cnblogs.com/AJun816/p/18085693

安装Chocolatey

powershell

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = 

你可能感兴趣的:(杂货铺,rust,开发语言,后端)