Crate rubble_tea

Source

Modules§

style
The module responsible for styling
widgets
A module that adds some prdefined widgets

Enums§

Key
A key.
MouseButton
A mouse button.
SystemEvent
System events are the set of events that all models should support

Traits§

Event
This trait allows the user to create custom events. SystemEvent implements this trait meaning that if the programer is content with the default events, they don’t have to create their own wrapper.
Model
This trait should be implemented for the structures containg the program’s state

Functions§

run
Starts the event listeners and the main program loop
terminal_size
Get the size (columns, rows) of the terminal.