- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 117字
- 2021-07-02 23:07:11
Installing Rust
As with most languages, Rust is available for a wide number of platforms. It would be impossible to go through installing the compiler on every variant of every operating system. Fortunately, there's an official method of installing Rust, and even though the details may differ slightly, the process is almost the same on all platforms. Therefore, this book will cover installing Rust using rustup on Fedora 27.
https://rustup.rs always contains up-to-date instructions on how to get going on all platforms. On Linux and macOS, it will look something like this:

On Windows, this text is replaced by a link to rustup-init.exe, which is an executable that installs and sets up rustup on Windows.
推薦閱讀
- Debian 7:System Administration Best Practices
- Koa開(kāi)發(fā):入門(mén)、進(jìn)階與實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)Java程序設(shè)計(jì)
- 詳解MATLAB圖形繪制技術(shù)
- MINECRAFT編程:使用Python語(yǔ)言玩轉(zhuǎn)我的世界
- SQL Server 2008 R2數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用(第3版)
- CRYENGINE Game Development Blueprints
- LabVIEW數(shù)據(jù)采集
- 基于MATLAB的控制系統(tǒng)仿真及應(yīng)用
- ASP.NET本質(zhì)論
- Spring Boot 3:入門(mén)與應(yīng)用實(shí)戰(zhàn)
- Expert Cube Development with SSAS Multidimensional Models
- Serverless從入門(mén)到進(jìn)階:架構(gòu)、原理與實(shí)踐
- jBPM6 Developer Guide
- Node.js進(jìn)階之路