Learning Rust – Part 1: Output an Image
I recently started digging into Rust, a systems-level programming language that is similar to C++, but safer and easier to use. It’s been a while since I’ve used a systems-level language like C++ (maybe 20 years?). I remember struggling my way through a C++ class at Virginia Tech in which we had to write a […]