I would actually recommend against easy-format
. Fmt
gives you a better API, but without adding layers upon layers of indirection and a direct compatibility with all the printers out there.
Format has a terrible API, but you don’t have to use it nowadays, Fmt and CCFormat are 100% compatible, including formatting strings, and with excellent APIs.