- 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.
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- 大學(xué)計算機(jī)基礎(chǔ)(第三版)
- Python數(shù)據(jù)分析入門與實(shí)戰(zhàn)
- Data Analysis with IBM SPSS Statistics
- 深度強(qiáng)化學(xué)習(xí)算法與實(shí)踐:基于PyTorch的實(shí)現(xiàn)
- Java性能權(quán)威指南(第2版)
- Learning Vaadin 7(Second Edition)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應(yīng)用實(shí)戰(zhàn)
- 網(wǎng)絡(luò)數(shù)據(jù)采集技術(shù):Java網(wǎng)絡(luò)爬蟲實(shí)戰(zhàn)
- SQL Server on Linux
- Android初級應(yīng)用開發(fā)
- Java服務(wù)端研發(fā)知識圖譜
- Java EE基礎(chǔ)實(shí)用教程
- Python深度學(xué)習(xí):基于PyTorch