revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
use revue::widget::autocomplete;
#[test] fn test_autocomplete_new() { let a = autocomplete(); }
#[test] fn test_autocomplete_suggestions() { let a = autocomplete().suggestions(vec!["test".to_string()]); }