Conversation

it would be very cool if there was some kind of standardized trait for pretty-printing ascii graphics, *especially* if there was some way to slice up an ascii graphic with newlines so it can be, like, printed next to a different multi-line ascii graphicโ€ฆbut thatโ€™s suddenly a lot
1
7
Maybe we should have a cli!() macro? The thing that would be interesting is having an HTML style datatype for output and delay the formatting to right before it gets printed.
1
6
The pretty crate supplies a similar โ€˜whatever you wantโ€™ style of annotation support as well: github.com/Marwes/pretty. - which allows you to add on colours if you want it at some level - integration with the fmt is difficult though (term width is also an issue).
2
2
This is what we're using on Flux, though it's not surprising since Markus is on the team ;)
1
2