- 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.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Mastering OpenLayers 3
- Java程序設計(慕課版)
- Android應用程序開發與典型案例
- The Modern C++ Challenge
- iOS 9 Game Development Essentials
- 深入淺出WPF
- 羅克韋爾ControlLogix系統應用技術
- Java程序設計與實踐教程(第2版)
- Unity 5.x By Example
- Integrating Facebook iOS SDK with Your Application
- C語言程序設計
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Learning jQuery(Fourth Edition)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例