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