Port of the {fmt} library to Arduino.
Currently this port is based on the version 10.1.1.
To include the library:
#include <ardfmt.h>
Doing this only give you the core and format. You can include the other one after that but I do not test them.
To update, clone libfmt.
Copy the folder fmt
from the folder include
to the folder src
of this repository.
Arduino files used to test the library on target.
I test them on an ESP32C3.
Ard{fmt} is based on {fmt} that is distributed under the MIT license.
Ard{fmt} is distributed under the MIT license.