18 breaking releases

0.19.0 Feb 26, 2024
0.17.0 Feb 3, 2024
0.16.0 Dec 18, 2023
0.15.0 Oct 30, 2023
0.2.0 Nov 15, 2020

#106 in Command-line interface

Download history 359/week @ 2023-12-23 1146/week @ 2023-12-30 1821/week @ 2024-01-06 1977/week @ 2024-01-13 2112/week @ 2024-01-20 2239/week @ 2024-01-27 1988/week @ 2024-02-03 1918/week @ 2024-02-10 1869/week @ 2024-02-17 2418/week @ 2024-02-24 2194/week @ 2024-03-02 2374/week @ 2024-03-09 1730/week @ 2024-03-16 2127/week @ 2024-03-23 2691/week @ 2024-03-30 2113/week @ 2024-04-06

9,016 downloads per month
Used in 10 crates (9 directly)

MIT license

32KB
611 lines

Ratatui Tree Widget

Ratatui Widget built to show Tree Data structures.

Screenshot

Built for the specific use case of mqttui.


lib.rs:

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.

Dependencies

~5.5MB
~99K SLoC