Traits for beginners

This post is for those who are starting their journey with coding and Rust, it is an introduction to traits, and I will try to explain what are traits and how to use them.

Read more  ↩︎

Taking advantage of state machine concepts to organize code

In this post we are going to explore the concept of a state machine to help organize our code. The goal is to explore different code designs, rather than build a full blown state machine.

Read more  ↩︎