revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
use revue::widget::filetree;
#[test] fn test_filetree_new() { let t = filetree("."); }
#[test] fn test_filetree_expand() { let mut t = filetree("."); t.expand("test"); }