Crate makeup

Crate makeup 

Source

Re-exports§

pub use component::Component;
pub use input::Input;
pub use render::Renderer;
pub use ui::MUI;

Modules§

component
components
input
post_office
render
test
ui
util

Macros§

check_mail
Check the mail for the current component. Clears mailboxes after reading.

Enums§

Ansi
ANSI escape sequences. Can be directly formatted into strings.
Colour
Default 8-bit colour palette.
CursorStyle
Terminal cursor styles.
CursorVisibility
Terminal cursor visibility.
DisplayEraseMode
Erase part or all of the current display.
DrawCommand
Commands for drawing to the character grid. Draw commands are processed by the current Renderer.
DrawStyle
LineEraseMode
Erase part or all of the current line. Does not move the cursor.
SgrParameter
See: https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters

Type Aliases§

Coordinate
Coordinates
Dimension
Dimensions
RelativeCoordinate