Expand description
Rusty Panther is an easy-to-use terminal GUI crate, using the Termion low-level terminal manipulation library. Once more code gets written, documentation and examples will appear here.
Modulesยง
- constants
- Crate constants, like characters used in creating different widgets.
- prelude
- The
prelude
module forrusty_panther
; contains all the necessary traits. - structure
- The module that contains all the widget structure-related structs. This includes row/column/grid configuration structs and theme structs.
- traits
- The crate that contains all the traits, for better organization and easier use.
- widgets
- The module that contains all the widgets used in creating GUIs.