This is a small chapter-based notebook, meant so that each chapter can be read on its own.
Series
Rust by Practice Notes
Rust practice notes organized by chapter.
Chapter Map
Chapter 1 · Environment and Project Layout
Start by establishing a stable directory structure and build routine.
Read 01-setupChapter 2 · Content Model and Index
Map thoughts, posts, and books into a unified index.
Read 02-data-model