Hacker News new | ask | show | jobs
by bquinlan 3379 days ago
I wanted to learn Rust but didn't have a good project in mind. So I solved a bunch of interview problems: https://github.com/brianquinlan/learn-rust

Solving those problems gave me a reason to touch lots of parts of the language and was also intellectually interesting. See, for example: https://github.com/brianquinlan/learn-rust/tree/master/i18n

1 comments

This is awesome. Learning Rust is also one of my goals. This is pretty great for comparing my solutions.