[][src]Crate prototty_render

Modules

colours

Structs

Coord

General purpose coordinate

Rgb24
Size

A size cannot be created which would contain un-addressable cells. That is, the maximum size has a width and height of one greater than the maximum i32.

ViewCell

Traits

View

Defines a method for rendering a T to the terminal.

ViewGrid

A grid of cells

ViewSize

Report the size of a T when rendered.