revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
use revue::widget::callout;
#[test] fn test_callout_new() { let c = callout("test"); }
#[test] fn test_callout_with_content() { let c = callout("test").content("content"); }