1 个仓库
Tools that convert numeric types and variables into text using standard specifier notation.
Distinct from Low Level Tools: Focuses on numeric-to-text conversion in systems programming, distinct from UI or terminal styling.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Low-Level Text Formatters. Refine with filters or upvote what's useful.
This project is a lightweight C string formatting library and low-level text formatter designed for embedded systems and bare-metal hardware environments. It provides a minimal formatting engine for converting numeric types and variables into formatted text using standard specifier notation in environments that lack a full C runtime or standard library. The library features a custom stream output utility that routes formatted text strings to user-defined callback functions. This allows for flexible output destinations and character-level writing, enabling formatted debug messages and logging
Provides low-level conversion of numeric types and variables into formatted text using specifier notation.