Crate ascii_canvas[−][src]
Expand description
An “ASCII Canvas” allows us to draw lines and write text into a fixed-sized canvas and then convert that canvas into ASCII characters. ANSI styling is supported.
Modules
style | The |
Structs
AsciiCanvas | |
Row | |
ShiftedView | Gives a view onto an AsciiCanvas that has a fixed upper-left
point. You can get one of these by calling the |
StyleView | Gives a view onto an AsciiCanvas that applies an additional style
to things that are written. You can get one of these by calling
the |
Traits
AsciiView | AsciiView is a view onto an |