書名: Rust Programming Cookbook作者名: Claus Matzinger本章字?jǐn)?shù): 86字更新時(shí)間: 2021-06-24 12:27:41
How it works...
The shell script, rustup.sh, is a great way to install Rust and it is the primary way to install Rust and other components today. In fact, it is common to use the script also in CI systems to install the compiler and other tools.
rustup is an open source project maintained by the Rust project and can be found on GitHub: https://github.com/rust-lang/rustup.rs.
We've successfully learned how to set up our environment. Now let's move on to the next recipe.
推薦閱讀
- Python for Secret Agents:Volume II
- Python程序設(shè)計(jì)(第3版)
- 數(shù)據(jù)庫(kù)系統(tǒng)原理及MySQL應(yīng)用教程
- Hands-On RESTful Web Services with Go
- Linux命令行與shell腳本編程大全(第4版)
- Linux Shell核心編程指南
- Learning Hadoop 2
- 人工智能算法(卷1):基礎(chǔ)算法
- C# 7.0本質(zhì)論
- Learning PrimeFaces Extensions Development
- Swift編程實(shí)戰(zhàn):iOS應(yīng)用開發(fā)實(shí)例及完整解決方案
- .NET應(yīng)用架構(gòu)設(shè)計(jì):原則、模式與實(shí)踐
- C語(yǔ)言學(xué)習(xí)手冊(cè)
- 鋒利的SQL
- Machine Learning with R Cookbook