revue 2.61.2

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
use revue::widget::datagrid;
#[test]
fn test_datagrid_select() { let mut g = datagrid(); g.select(0, 0); }