Skip to content

Instantly share code, notes, and snippets.

@riogu
riogu / 1-printable-enum.md
Last active February 24, 2026 20:11
printable C++ enums with macros

a few lines of macros for making a printable enum.

@iwillspeak
iwillspeak / LLVM From Rust.md
Last active August 15, 2025 17:32
Example of using LLVM from Rust

An Example of Using LLVM from Rust

This example compiles a simple function using the LLVM C API through the llvm-sys crate.