3 unstable releases
0.2.0 | Feb 2, 2025 |
---|---|
0.1.1 | Sep 19, 2023 |
0.1.0 | Sep 19, 2023 |
#431 in Command-line interface
133 downloads per month
42KB
810 lines
Ratatui Tree Widget
Widget built to show Tree Data structures with an optional added table.
This crate was forked from (tui-rs-tree-widget)https://github.com/EdJoPaTo/tui-rs-tree-widget in order to add the table functionality, which is not upstreamed due to the overall low quality of my changes.
It is discouraged to use this crate.
lib.rs
:
Widget built to show Tree Data structures.
Tree widget Tree
is generated with TreeItem
s (which itself can contain TreeItem
children to form the tree structure).
The user interaction state (like the current selection) is stored in the TreeState
.
Dependencies
~5MB
~85K SLoC