grandynguyen / learning-rust

A journey to mastering Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A journey to mastering Rust.


Languages

Language:Rust 100.0%