Skip to content

mikemartinez99/Rust_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Rust_Learning

My Rust learning journey

To accompany Rustlings questions, I have AI draft me problem sets to accompany the reading in The Rust Programming Language Book. These are the problem sets and their solutions.

Instructions

Each .rs file in src/bin is its own independent program with its own fn main() call. You run a specific one with

cargo check --bin problem_set_1 # To check compilation
cargo run --bin problem_set_1 # To build and run binary

About

My Rust Learning Journey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages