/learning-rust

A journey to mastering Rust.

Primary LanguageRust

Learning Rust

This is a repo where I stash all the weird and wacky things that I wrote while learning Rust. I will make an attempt to keep all the code compatible with the latest version of rust.

Running a Demo/Project

cargo run --bin <project_src_dir>

For example:

cargo run --bin happy_numbers