From 9ea75b6a4cb26a5005712eeb16da5094494e66c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=AD=E8=90=8C?= Date: Fri, 22 Aug 2025 20:49:15 +0200 Subject: [PATCH] publish fmt --- content/treehouse/new.tree | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/treehouse/new.tree b/content/treehouse/new.tree index ef76a8a..467be4f 100644 --- a/content/treehouse/new.tree +++ b/content/treehouse/new.tree @@ -26,6 +26,16 @@ if you've been wondering what I've been up to, you've come to the right place. if you want to read any of the posts, follow the links. it's like that by design. +% tags = ["programming", "cxx"] + id = "01K39HT2MW0JWTP5MNH1CHGV2Y" +- ### [A string formatting library in 65 lines of C++][page:fmt.dj] + + % id = "01K39HT2MWF15Z491A2CTWTYPN" + - I spent a couple days pondering on how to write an extremely simple, minimal C++ library for formatting strings (akin to `printf` and {fmt}.) + This is the result. + + I'm really happy with how compact it came out in the end! + % tags = ["programming", "cxx"] id = "01K1Y3G5N1KGCN1E9B36QTYMSZ" - ### [header files are cool, actually][page:h.dj]