taskwarrior/cli
Dustin J. Mitchell 087769146e Centralize API for working set to a single struct
Rather than allow addressing tasks either by working set ID or uuid,
with attendant performance issues, this moves the API for the working
set to a single struct that just serves as a 1-1 mapping of indexes to
UUIDs.  It's up to the caller to use this information.
2021-01-09 23:42:27 +00:00
..
src Centralize API for working set to a single struct 2021-01-09 23:42:27 +00:00
tests Switch to a command-line API closer to TaskWarrior 2020-12-19 16:40:09 -05:00
Cargo.toml specify version ranges 2020-12-26 16:03:57 +00:00