My rust-study Repo

I’ve been learning the Rust programming language recently. You can see my Rust sandbox on GitHub. In addition to the tutorial guessing game, I’ve implemented a decimal number type and the Luhn Algorithm for validating credit card numbers.

If you know Rust better than I do (or even if you don’t), I’d love feedback on any of that code.