[][src]Crate prototty

Re-exports

pub use prototty_app as app;
pub use prototty_decorator as decorator;
pub use prototty_event_routine as event_routine;
pub use prototty_input as input;
pub use prototty_menu as menu;
pub use prototty_render as render;
pub use prototty_text as text;

Structs

Coord

General purpose coordinate

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.