publish fmt
This commit is contained in:
parent
6b2d0cc80c
commit
9ea75b6a4c
1 changed files with 10 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue