On Saturday, 2 May 2015 at 08:46:56 UTC, Timo Sintonen wrote:
Std.format, as suggested, would be too big. I tis easty to copy the printf formatter from libc sources. Or just write an own.

No need to rewrite libc, just link against it and use whatever is needed.

It is a matter of taste if it is a c like printf function or a formatter class. Or both if we like. Only the used ones are picked from the library.

You could implement more high level application code like a formatting library as dub package.

Reply via email to