Crate prototty

source ·

Modules

Structs

General purpose coordinate
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.

Enums

Traits

Trait to implement for renderers that take data and a view that knows how to render the data to a grid, and actually draws the result.
Defines a method for rendering a T to the terminal.
A cell that a view can write to
A grid of cells
Report the size of a T when rendered.