blizz-ui 3.0.0-dev.13

Self-rendering terminal UI components for the blizz wizard
Documentation
1
2
3
4
5
6
/// One row in a wizard select list (label shown in the UI; value is returned on submit).
#[derive(Debug, Clone)]
pub struct SelectOption {
  pub label: String,
  pub value: String,
}