Rust extended operations

saturating_add() and more in Rust
Read more →

Making a Dino Light with the ESP32 and WS2812

Found a cute thing on Thingiverse and decided to make it with another chip and in Rust
Read more →

Writing a BitBoard in Rust Pt. 2: The Game State

Now that we have a bitboard to store the pieces, we need a way to store the game state
Read more →

Writing a BitBoard in Rust Pt. 1: The Basics

BitBoards are used in the fastest chess engines on the market. So how do they work? And how do we implement them?
Read more →

Cargo Plugins

My favorite 5 cargo plugins
Read more →