19 breaking releases

new 0.20.0 May 22, 2024
0.19.0 Feb 26, 2024
0.18.0 Feb 24, 2024
0.16.0 Dec 18, 2023
0.2.0 Nov 15, 2020

#81 in Command-line interface

Download history 1788/week @ 2024-02-04 2105/week @ 2024-02-11 1873/week @ 2024-02-18 2300/week @ 2024-02-25 2206/week @ 2024-03-03 2387/week @ 2024-03-10 1665/week @ 2024-03-17 2277/week @ 2024-03-24 2797/week @ 2024-03-31 2291/week @ 2024-04-07 3015/week @ 2024-04-14 2214/week @ 2024-04-21 1961/week @ 2024-04-28 1824/week @ 2024-05-05 2713/week @ 2024-05-12 2306/week @ 2024-05-19

8,955 downloads per month
Used in 13 crates (11 directly)

MIT license

38KB
720 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
~98K SLoC