|
|
3e23a73f6b
|
feat: Updated the Ratatui Tree Widget to allow the tree to story any data type that implements Into<Text>, so that users can also easily fetch data from within the tree based on what's selected for non-text data types.
|
2024-11-14 15:38:37 -07:00 |
|
EdJoPaTo
|
d676f66504
|
fix: must_use the structs
|
2024-05-23 15:15:08 +02:00 |
|
sandercm
|
b07b537067
|
perf: take Tree::new items by reference (#32)
Co-authored-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de>
|
2024-05-16 10:21:38 +02:00 |
|
EdJoPaTo
|
701be9315d
|
test(bench): add benchmark
|
2024-05-15 12:49:37 +02:00 |
|