revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
use revue::widget::combobox;
#[test] fn test_combobox_new() { let c = combobox(); }
#[test] fn test_combobox_options() { let c = combobox().options(vec!["a".to_string()]); }