Dumping ground for Rust
(Mostly after watching Derek Banas' Rust Tutorial on YouTube.)
To upgrade rust:
rustup update
To create new project:
cargo new hello_world
To build:
cargo build
Dumping ground for Rust
(Mostly after watching Derek Banas' Rust Tutorial on YouTube.)
To upgrade rust:
rustup update
To create new project:
cargo new hello_world
To build:
cargo build