Crate terminal_graphics
Source pub use display::colour::Colour;
pub use display::display::Display;
pub use graphics::container::Container;
pub use graphics::shapes;
pub use graphics::text::Text;
- 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.