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

#107 in Command-line interface

Download history 2138/week @ 2024-01-24 2590/week @ 2024-01-31 1161/week @ 2024-02-07 2330/week @ 2024-02-14 2161/week @ 2024-02-21 2223/week @ 2024-02-28 2157/week @ 2024-03-06 2338/week @ 2024-03-13 1772/week @ 2024-03-20 2123/week @ 2024-03-27 3049/week @ 2024-04-03 2705/week @ 2024-04-10 2381/week @ 2024-04-17 2310/week @ 2024-04-24 1922/week @ 2024-05-01 2269/week @ 2024-05-08

9,721 downloads per month
Used in 11 crates (10 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

~6MB
~100K SLoC