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
pub mod empty_layout;
pub mod frame_layout;
pub mod hover_layout;
pub mod layout;
pub mod leaf_layout;
pub mod split_layout;
pub mod widget_with_rect;

#[cfg(test)]
mod tests;

#[cfg(test)]
mod split_layout_tests;