4 Small Rust Projects For Beginners
3 min readFeb 7, 2022
Welcome back! Rust is an awesome programming language with a ton of capability, if you’re new to Rust, check out the link below to learn more about it:
So, let’s talk about 5 awesome small Rust projects you can build as a beginner!
GUI’s
First up, we have the ability of building out GUI’s with Rust! Personally, front-end development is one of my favorite things to do. This specific library is called iced, it’s a cross-platform library for front-end development with Rust. If you want to learn more about this library, check out the link below: