This project is a progression for learning the rust programming language.
Read the installation guide to prepare your machine. This repo is organized as a WORKSPACE, with each subdirectory being its own crate (project) with a /src/main.rs that you can run with cargo run
, example cargo run --bin hello_world
.