Skip to main content

run

Function run 

Source
pub fn run(config: UiConfig) -> Result<()>
Expand description

Runs the terminal UI with the provided data/configuration.

Examples found in repository?
demo/main.rs (line 4)
3fn main() -> anyhow::Result<()> {
4    player_scope::ui::run(data::config())
5}