Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 415 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 415 Bytes

This is me trying to learn Rust by doing a blackjack sim

Trying to avoid referencing specific examples and rely entirely on stuff hosted at https://doc.rust-lang.org

Goal: Get to that magic Zen state where I'm able to think somewhat more intuitively about the borrow checker

Secondary Goal: Make all my dumb mistakes out in the open