Expand description
A crate that makes it possible to draw in the terminal.
Modules
- A module that makes it possible to draw shapes.
Macros
- A macro that makes it possible to draw a background. See
Background
. - A macro that makes it possible to draw a circle. See
Circle
. - A macro that makes it possible to draw custom shapes. See
CustomShape
. - A macro that makes it possible to draw a line. See
Line
. - A macro that makes it possible to draw a point. See
Point
. - A macro that makes it possible to draw a rectangle. See
Rect
. - A macro that makes it possible to draw a square. See
Rect
.