20 breaking releases

0.21.0 Jun 28, 2024
0.19.0 Feb 26, 2024
0.16.0 Dec 18, 2023
0.15.0 Oct 30, 2023
0.2.0 Nov 15, 2020

#78 in Command-line interface

Download history 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 2285/week @ 2024-05-08 2406/week @ 2024-05-15 1785/week @ 2024-05-22 2053/week @ 2024-05-29 1345/week @ 2024-06-05 1621/week @ 2024-06-12 2530/week @ 2024-06-19 2223/week @ 2024-06-26 1945/week @ 2024-07-03 3303/week @ 2024-07-10 2657/week @ 2024-07-17

10,806 downloads per month
Used in 17 crates (16 directly)

MIT license

38KB
717 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