Crate tui_tree_widget

Source
Expand description

Widget built to show Tree Data structures.

Tree widget Tree is generated with TreeItems (which itself can contain TreeItem children to form the tree structure). The user interaction state (like the current selection) is stored in the TreeState.

Structsยง

Flattened
A flattened item of all visible TreeItems.
Tree
A Tree which can be rendered.
TreeItem
One item inside a Tree.
TreeState
Keeps the state of what is currently selected and what was opened in a Tree.