Crate rmenu

Source

Modules§

color
A library providing simple Color and Gradient types along with useful transformations and presets.

Structs§

Command
Represents a command that is selectable in the menu
Config
Configuration for the GUI. Check source for what the defaults are.

Enums§

GuiResult
Represents a result of the interaction between the user and the GUI.

Functions§

reasonable_main
A reasonable main function. Commands are filtered by command.key().starts_with(input), then selected_command.command() is executed.
run
Runs the menu with the default config. The process function will filter the output based on the input.
run_config
Runs with a configuration. See run