Registry / other / tui-tree-widget

tui-tree-widget

JSON →
library0.24.0rscratesunverified

Tree Widget for ratatui, enabling hierarchical data display in terminal user interfaces.

# Cargo.toml [dependencies] tui-tree-widget = "0.24.0"
INSTALL
IMPORT
SIG · TUI-TREE-WIDGET
T
tui-tree-widget
otherrustv0.24.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TreeWidget
use tui_tree_widget::TreeWidget;

Create a tree widget for ratatui.

use tui_tree_widget::TreeWidget; fn main() { let tree = TreeWidget::new(vec![]); println!("Tree widget created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.24.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tui-tree-widget — cargo add tui-tree-widget · libregistry