Skip to content
Devlog
Search
K
Main Navigation
Appearance
Menu
Return to top
On this page
Devlog
Sporadic blogging about nerdy things
Parallel-In, Serial-Out Over SPI
How to operate the SN74HC165 with Rust
Dec 12, 2024
No Copy Array Initialization
How to initialize an array of non Copy and non Clone structs.
Aug 22, 2024
Forcing The Associated Function Syntax
How to force the use of the associated function syntax in Rust to avoid creating conflicting function names
Aug 21, 2024
Data Transfer Protocol From Scratch
Implementing our own data transfer protocol via USB to and from an STM32
Aug 20, 2024
Programming The STM32H7 With Rust
Embedding Rust on the STM32H7 MCU
Aug 14, 2024
Binary Search
Walkthrough of the Binary Search Algorithm
Jul 31, 2024
Arena Allocator
Region-based memory management
Jun 1, 2024
Enum Default Shorthand
How to derive Default on an enum
May 2, 2024
Constexpr Evaluation
Notes on how to implement constant expression evaluations in compilers
Jun 7, 2023