
Rust installations updated on the SurfaceBook Pro, ASUS PC, HP PC, DELL PC, and MacBook Pro:
- For NEW installations:
- Install Windows > download and run rust-init.exe
- Install MacBook Pro > curl https://sh.rustup.rs -sSf | sh
- Update > rustup update
- Check Version: rustc –version
- rustc 1.39.0 (4560ea788 2019-11-04)
- Local Machine Documentation > rustup doc
RUST (Home Page)
- Learning Tools
- The Rust Programming Language (Book)
- To view digital copy locally in your browser type:
- rustup doc –book
- Available in Paperback
- To view digital copy locally in your browser type:
- The Rust Programming Language (Book)
Getting Started > rust-lang.org
Command Line Interface – Terminal Sessions
rustup: rust installer and version management tool
cargo: rust build tool and package manager
- cargo build
- cargo run
- cargo test
- cargo doc
- cargo publish
- cargo –version
- 1.39.0
Rust PlayGround > https://play.rust-lang.org
Supported Editors – On all local machines
- EMACS
- Vim
- Sublime Text 3
- IntelliJ – Plug In available from JetBrains. Also requires the TOML plugin.
- VS Code
- Atom
- Eclipse
- Geany
Code formatting tool: rustup component add rustfmt
Code linting tool (Clippy): rustup component add clippy
LEAN Software > ZERO WASTE in ALL Products, Processes, Systems, Methods
https://www.behance.net/gallery/42774743/Rustacean