Building a Static Blog in Rust
Why I built a custom static site generator in Rust instead of using an off-the-shelf tool, and what I learned along the way.
Why I built a custom static site generator in Rust instead of using an off-the-shelf tool, and what I learned along the way.
A ground-up tour of axum's extractors, handlers, state sharing, and error handling — no framework magic, just Rust.