2024-05-02
How to improve your documentation for Rust projects
#rust #documentation2023-11-03
How to painlessly use HTTPS with your web services
#nginx #ops #sysadmin #webserver2023-10-13
Programming ESP32 microcontrollers in Rust without the standard library
#rust #esp32 #microcontroller #no-std2023-09-01
From microcontrollers to full-blown Linux systems, Rust has you covered!
#rust #crate #compatibility2023-04-25
Discovery of a double free in a C MQTT broker and what can be done about it
#C #nanomq #security #fuzzing #rust2023-04-22
Connecting an ESP32 Dino Light to Wi-Fi using Rust and Embassy
#rust #embedded #esp32 #ws2812 #neopixel2022-03-05
Found a cute thing on Thingiverse and decided to make it with another chip and in Rust
#rust #embedded #esp32 #ws2812 #neopixel2021-09-14
Now that we have a bitboard to store the pieces, we need a way to store the game state
#bitboard #chess #rust2021-08-23
BitBoards are used in the fastest chess engines on the market. So how do they work? And how do we implement them?
#bitboard #chess #rust