提交 29df6344 编写于 作者: jackymao.com's avatar jackymao.com

add rust installation excercise

上级 c9e7de19
......@@ -23,5 +23,7 @@
}
}
],
"export": []
"export": [
"rust_install.json"
]
}
\ No newline at end of file
{
"type": "code_options",
"author": "jacky_rust",
"source": "rust_install.md",
"notebook_enable": false
}
\ No newline at end of file
# Rust 的安装
Rust 有 [在线操练场](https://play.rust-lang.org) 可以写一些简短代码来验证这些代码片断是否能正确编译和运行。
如果是需要写命令行程序或网络编程等稍复杂一点的应用,就需要在自己的电脑上安装 Rust 了。
好消息是,Rust 有 rustup 程序来安装整个工具链,而且用它也方便未来升级 Rust 版本和在有必要的时候在 stable、beta 和 nightly 版本之间切换。rustup 网站地址是: https://rustup.rs/
以下关于 rustup 命令使用,错误的选项是:
## 答案
rustup upgrade os-system
## 选项
### A
rustup update
### B
rustup self update
### C
rustup default stable
<!--
参考链接:
https://kaisery.github.io/trpl-zh-cn/ch01-01-installation.html
https://rust-lang.github.io/rustup/basics.html
-->
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册