ratkit 0.2.15

A comprehensive collection of reusable TUI components for ratatui including resizable splits, tree views, markdown rendering, toast notifications, dialogs, and terminal embedding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Navigation methods for TreeNavigator.

pub mod collapse_selected;
pub mod expand_selected;
pub mod goto_bottom;
pub mod goto_bottom_filtered;
pub mod goto_top;
pub mod goto_top_filtered;
pub mod select_next;
pub mod select_next_filtered;
pub mod select_previous;
pub mod select_previous_filtered;
pub mod toggle_selected;