Crate terminal_graphics [] [src]

Re-exports

pub use display::colour::Colour;
pub use display::display::Display;
pub use graphics::container::Container;
pub use graphics::shapes;
pub use graphics::text::Text;

Modules

display

Everything required to interact with the terminal.

graphics

The Graphic trait should be implemented by anything that you want to be drawn onto the terminal.