A modern formatting library wrote by pure C
features
Fixed-point supports
The library implementation q_1 to q_31 fixed-point number formatting.
No divider operator
The implementation was not required hardware divide operator.
UTF-8 supports
The string support UTF-8 encoding.
Array formtting
The library provides array formatting.
Chrono formatting
The library provides RTC time formatting.
String operators
The library provides few string operators include append, replace, search, etc.
Build-in heap manager
The library provides an optional build-in heap manager for embed system.
see also
Quick start
That shows hows how to add the MtFmt library to your project.
Document
The API and formatting lanngage document.
Code document
The source code document generated by doxygen.
Github
The github repository.