
Trying Out Rust Binary Tree Maps
A brief play-around with the feature from the alloc crate for BinaryTreeMap. This is very useful for embedded systems as there is no hashmap object, and the look and feel is similar here.

Rust 365 Challenge: Progress Report
quick update on my Rust 365 challenge for future me to remember how this felt.

Control Design For A UI Menu
This post covers the strangely complex process of designing a menu on low-level systems. I was certainly shocked by the amount of effort.

Enums: Programming with Rust
A very brief foray into enums just to see what I can break, and what requirements exist when using enums in Rust.

LCD Menu: Unit & Integration Testing
Creating unit and integration tests for rust code that will run on a Raspberry Pi Pico