|
|
6c10db760d
|
fix: Changed the implementation to not require the direct use of identifiers, and to instead generate them using the hashes of the contents of each tree item
|
2024-11-14 17:35:40 -07:00 |
|
|
|
8a91f662dd
|
fix: Changed the type constraints to use the ToText Ratatui trait
|
2024-11-14 16:38:38 -07:00 |
|
|
|
37d7b77f90
|
fix: Corrected doctests to pass
|
2024-11-14 16:04:39 -07:00 |
|
|
|
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 |
|