mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
88037717e6
* Add a sort method to SelectView, to easily sort all contained items lexicographically by their label. * Add more sort methods to SelectView, bringing the API up to parity with Vec (except SelectView does not expose _unstable_ sorting). * Rename SelectView::sort to sort_by_label to make it clear that it does not sort by the ordering of the items. * The Ord implementation for select_view::Item is not necessary. * Implement a SelectView::sort method for when the item values are orderable. |
||
---|---|---|
.. | ||
backend | ||
theme | ||
utils | ||
view | ||
views | ||
align.rs | ||
cursive.rs | ||
direction.rs | ||
div.rs | ||
event.rs | ||
lib.rs | ||
logger.rs | ||
menu.rs | ||
printer.rs | ||
rect.rs | ||
traits.rs | ||
utf8.rs | ||
vec.rs | ||
with.rs | ||
xy.rs |