Re-exports§
pub extern crate prototty_input;
pub extern crate prototty_render;
Structs§
- Ansi
Colour - Context
- An interface to a terminal for rendering
View
s, and getting input. - Coord
- General purpose coordinate
- Default
Colour Config - 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
.