| 1 | //! Implementation of Printf-Style string formatting |
| 2 | //! as per the [Python Docs](https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting). |
| 3 | use alloc::fmt; |
| 4 | use bitflags::bitflags; |
nothing calls this directly
no outgoing calls
no test coverage detected