publish fmt

This commit is contained in:
りき萌 2025-08-22 20:49:15 +02:00
parent 6b2d0cc80c
commit 9ea75b6a4c

View file

@ -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]