Crate termdraw

Source
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.