Getting Started
This chapter covers essential setup and tooling for Rust development:
- Installation: Rust toolchain via
rustup
- Hello World: Basic compilation and execution
- Cargo: Package manager and build system (Rust’s equivalent to npm/yarn)
This chapter covers essential setup and tooling for Rust development:
rustup