[][src]Module todo_lib::tsort

Structs

Conf

Sorting rules. First, the list of todos is sorted by the fields defined in fields in order of appearance. Then, if rev is true the list is reversed

Functions

sort

The main entry for the todo list sorting.