bernardo-tui 0.2.7

A keyboard-only, distraction-free TUI widget library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
All these structures are designed with test in mind *only*. Meaning they are allowed to panic and
be slow to a reasonable degree.
 */

#![allow(dead_code)]

pub mod log_capture;
pub mod meta_frame;
pub mod mock_clipboard;
pub mod mock_input;
pub mod mock_output;
pub mod mock_tree_item;
pub mod with_scroll_interpreter;