打开终端,输入以下命令
$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
如果安装成功,将出现
Rust is installed now. Great!
$ rustup update
$ rustup self uninstall
$ rustc -V
$ rustup doc
使用浏览器打开本地文档。
可以在本地文档上查找标准库信息。
社区驱动的 rust-analyzer
。
Even Better TOML
, 支持 .toml
文件完整特性。Error Lens
,更好的获得错误展示。One Dark Pro
,VSCode 主题。CodeLLDB
,Debugger 程序。