erhant 0.1.9

My personal blog, hosted on docs.rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![doc = include_str!("../README.md")]
//!
//! # Blog Posts
//!
//!
#![doc = include_str!(concat!(env!("OUT_DIR"), "/blog_toc.md"))]
//!
//! _Pre-2026 blogs are migrated from my old blog at [dev.to/erhant](https://dev.to/erhant)._

// auto-generated blog posts from markdown files with frontmatter
// (thanks to build.rs)
include!(concat!(env!("OUT_DIR"), "/blog_posts.rs"));