- Rust Programming Cookbook
- Claus Matzinger
- 86字
- 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.
推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- Node.js 10實戰
- Vue.js入門與商城開發實戰
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Java程序員面試算法寶典
- 假如C語言是我發明的:講給孩子聽的大師編程課
- 零基礎入門學習Python
- 劍指Java:核心原理與應用實踐
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Python機器學習算法與應用
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- ASP.NET求職寶典
- Python大規模機器學習
- Python人工智能項目實戰
- KnockoutJS Blueprints