[][src]Crate chargrid

Re-exports

pub use chargrid_app as app;
pub use chargrid_decorator as decorator;
pub use chargrid_event_routine as event_routine;
pub use chargrid_input as input;
pub use chargrid_menu as menu;
pub use chargrid_render as render;
pub use chargrid_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.