-
Implementing GitHub Webhooks in Rust With Axum
Webhooks are a way for GitHub repositories to notify web servers for various events such as pushes to the repository. In this post we'll go over how to implement these in Rust Using the Axum framework.
-
Embassy On ESP32
Creating a ESP32 Rust project that allows running Embassy Tasks
-
Cross Compiling C Code
Cross Compiling C code for a Raspberry Pi Zero W using a prebuilt toolchain
-
Cross Compiling Rust Code
How to cross compile for the Raspberry Pi Zero using the Rust Cross program
-
Building Kernel Modules On Raspberry Pi
This post goes over basic setup to allow a raspberry pi to build kernel modules
-
Compile Time Lookups in C
Implementing Compile Time Lookup Tables in C
-
Catching Termination and Ctrl C signals with Axum and axum_server
Catching Termination and Ctrl C signals with Axum and axum_server
-
Handlebar Templates With Axum
A template for serving static HTML and Handlebar templates using Axum in Rust
-
Linking Rust Module With C
Building and Linking Rust Module with a C binary using CMake Presets
-
Merge Sort In Rust
Implementing Merge Sort In Rust With Generics
-
MariaDB Docker Periodic Backups
Setting up periodic backups of a MariaDB Database in a Docker container