Function branchless::core::formatting::printable_styled_string
source · [−]Expand description
Write the provided string to out
, using ANSI escape codes as necessary to
style it.
TODO: return something that implements Display
instead of a String
.