revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
use revue::widget::text;
#[test] fn test_text_set_content() { let t = text("old"); t.set_content("new"); }