emio
emio copied to clipboard
A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint.
There already exist benchmark to compare the format speed against fmt, where fmt outperforms emio. Which is okay since emio's goal is not to be the fastest but the smallest...
- [ ] find an existing implementation - [ ] implement the low-level reader API - [ ] implement the high-level scan API
I would think anything formattable by `format/format_to` should also be able to be directly formatted and written to a `emio::writer`. Also would it be better/possible to just have an overloaded...
So this is a feature request but a bit vague about what exactly the feature would be, I think we have to discuss it. So basically I want to use...