publish fmt2

This commit is contained in:
りき萌 2025-09-15 23:22:06 +02:00
parent 5a0b46690e
commit e46dc33f45
2 changed files with 6 additions and 6 deletions

View file

@ -736,3 +736,5 @@ if (ImGui::TreeNode(
--- ---
Thank you to my friend Tori for giving a whole bunch of solid feedback on a draft of this post. Thank you to my friend Tori for giving a whole bunch of solid feedback on a draft of this post.
If you enjoyed this post, you may also enjoy [the sequel][page:fmt2.dj].

View file

@ -1,12 +1,10 @@
title = "A simple string formatting library, round two" title = "A simple string formatting library, round two"
id = "doc?20250917-fmt2"
updated = "2025-09-17T20:56:00+02:00"
tags = ["all", "programming", "cxx"]
+++ +++
_This is a draft post.
Please don't share it around just yet!_
---
After implementing [a simple string formatting library in 65 lines of code][page:fmt.dj], I thought I was done. After implementing [a simple string formatting library in 65 lines of code][page:fmt.dj], I thought I was done.
The API was nice, it did what I needed it to do, so: _project complete_. The API was nice, it did what I needed it to do, so: _project complete_.
@ -577,4 +575,4 @@ Maybe in another post.
--- ---
Thank you once again to my friend Tori for reviewing a draft of this post! Thank you once again to my friend Tori for giving feedback on a draft of this post!