tui-treelistview 0.1.2

Interactive tree list widget for Ratatui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Prelude re-exporting the most commonly used types.
pub use crate::{
    AdaptiveColumns, ColumnDef, ColumnFn, ColumnWidth, NoFilter, SimpleColumns, TreeAction,
    TreeColumns, TreeColumnsLayout, TreeEvent, TreeFilter, TreeFilterConfig, TreeGlyphs,
    TreeLabelPrefix, TreeLabelProvider, TreeLabelRenderer, TreeListView, TreeListViewSnapshot,
    TreeListViewState, TreeListViewStyle, TreeModel, TreeRowContext, TreeRowNodeState,
    TreeRowRenderState, TreeScrollPolicy, tree_label_line, tree_name_cell,
};

#[cfg(feature = "keymap")]
pub use crate::{KeymapProfile, TreeKeyBindings};

#[cfg(feature = "edit")]
pub use crate::TreeEdit;