Compare commits

...

4 Commits

Author SHA1 Message Date
Dmitry Murzinov 2019cfadd0
Merge pull request #14 from dns13/patch-1
Add emio as printf library
10 months ago
Jan Schöppach be01a2628b
Fix casing.. 10 months ago
Jan Schöppach 47a6eaaf6b
Add punctuation 10 months ago
Jan Schöppach 65015d2e2e
Add emio as printf library 10 months ago

@ -397,6 +397,7 @@ Computer Vision
* [mini-printf](https://github.com/ldoolitt/mini-printf) - Minimal printf() implementation for embedded projects. * [mini-printf](https://github.com/ldoolitt/mini-printf) - Minimal printf() implementation for embedded projects.
* [nanoprintf](https://github.com/charlesnicholson/nanoprintf) - The smallest public printf implementation for its feature set. * [nanoprintf](https://github.com/charlesnicholson/nanoprintf) - The smallest public printf implementation for its feature set.
* [fmt](https://github.com/fmtlib/fmt) - Modern formatting library providing a fast and safe alternative to C stdio and C++ iostreams. * [fmt](https://github.com/fmtlib/fmt) - Modern formatting library providing a fast and safe alternative to C stdio and C++ iostreams.
* [emio](https://github.com/Viatorus/emio) - Very small binary footprint std::format like formatting using C++20.
### scanf ### scanf

Loading…
Cancel
Save