22 breaking releases

new 0.23.0 Oct 31, 2024
0.21.0 Jun 28, 2024
0.19.0 Feb 26, 2024
0.16.0 Dec 18, 2023
0.2.0 Nov 15, 2020

#67 in Command-line interface

Download history 2715/week @ 2024-07-18 2800/week @ 2024-07-25 4159/week @ 2024-08-01 4018/week @ 2024-08-08 4849/week @ 2024-08-15 4450/week @ 2024-08-22 3172/week @ 2024-08-29 2242/week @ 2024-09-05 2524/week @ 2024-09-12 2972/week @ 2024-09-19 3785/week @ 2024-09-26 2220/week @ 2024-10-03 3350/week @ 2024-10-10 1814/week @ 2024-10-17 2644/week @ 2024-10-24 2100/week @ 2024-10-31

10,272 downloads per month
Used in 22 crates (21 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

~6.5MB
~110K SLoC