kikairoya / ntfmt

new type-safe string output formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Type-safe string output formatter
 safe and compact substitution of printf/iostream

This project licensed by Boost Software License 1.0.


Features:
 * type-safe
 * customizable with a few set expressions.
 * small object code size (quarter of newlib's printf)
 * separated floating-point code
 * exception-free

About

new type-safe string output formatter


Languages

Language:C++ 100.0%