Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Dustin J. Mitchell 93ce28ed15 add README
2018-11-24 17:00:44 -05:00
src refactor to a library, add integration tests 2018-11-12 18:25:47 -05:00
tests refactor to a library, add integration tests 2018-11-12 18:25:47 -05:00
.gitignore parse a TDB2 file 2018-11-09 19:34:55 -05:00
.taskcluster.yml build on push 2018-11-24 16:55:53 -05:00
Cargo.lock refactor to a library, add integration tests 2018-11-12 18:25:47 -05:00
Cargo.toml refactor to a library, add integration tests 2018-11-12 18:25:47 -05:00
README.md add README 2018-11-24 17:00:44 -05:00

At the moment, this is sort of an make-work project to re-implement Taskwarrior in Rust.

There's no great reason to do so, and lots of reasons not to. But it's a nice way to practice some "basic" Rust that does not exercise all of the language's more esoteric features.