What's In This Cookbook

My personal cookbook for Rust. A collection of notes and code snippets on how to build things with the language, written as I learn.

This is my personal cookbook for Rust. It’s a collection of practical, ready-to-use code examples for common problems I run into while building tools and doing security research.

The goal is to have a bunch of simple recipes I can copy and paste, so I don’t have to figure out the same things over and over. You’ll find notes on everything from setting up a project to working with the standard library. I mostly use Rust for building security tools and fuzzing, so you’ll see a lot of that kind of stuff here.

I write these as I learn, so some things might be obvious to experienced Rust developers. That’s fine, this notebook is for me to remember how to do things.

Table of Contents