Rust学习笔记基础篇1–环境的搭建(霜之小刀)
欢迎转载和引用,若有问题请联系
若有疑问,请联系
Email : lihn1011@
QQ:2279557541
1 环境搭建
1.1 rust安装
这里我使用的是mac就以mac为例来说了,直接命令行运行(这条命令来自于rust的官网)
$ curl https://sh.rustup.rs -sSf | sh
运行结果如下
info: downloading installer
Welcome to Rust!
This will download and install the official compiler