revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
4
5
use revue::widget::splitter;
#[test]
fn test_splitter_new() { let s = splitter(); }
#[test]
fn test_splitter_ratio() { let s = splitter().ratio(0.5); }