summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2022-12-29Support taskwarrior 2.6.0 serialization formatImran Iqbal
2022-12-18Remove "extern crate" declarationsMatthias Beyer
2022-12-18Replace serde_derive with serde and derive featureMatthias Beyer
2022-12-18Remove doclinkMatthias Beyer
2021-11-02Run `cargo fmt`Imran Iqbal
2020-10-24Add urgency to taskDheepak Krishnamurthy
2018-11-09Move error handling to failureMatthias Beyer
2018-04-24Add tw module with query and save functions for tasksMalte Brandy
2018-04-22Refactor error handling to use error_chainMalte Brandy
2018-04-20Add new deps: custom_derive, derive_builderMatthias Beyer
2018-04-19Apply rustfmtMalte Brandy
2018-04-19Correctly use debug! macroMalte Brandy
2018-04-19Make everything work with recent serdeMalte Brandy
2018-04-18Add env-logger in test executionMatthias Beyer
2018-04-17Add UDA typesMatthias Beyer
2017-09-18Remove "log" dependencyMatthias Beyer
2017-02-03Try out whether deriving worksMatthias Beyer
2017-02-03Add new dep: serde_deriveMatthias Beyer
2016-10-02Relicense to MPL 2.0Matthias Beyer
2016-05-04Add crate documentationMatthias Beyer
2016-05-04Enable lint: missing_docsMatthias Beyer
2016-04-27Enable lint: dead_codeMatthias Beyer
2016-04-27Remove: src/core/*Matthias Beyer
2016-04-27Enable lintsMatthias Beyer
2016-04-26Add link to Documentation in lib.rsMatthias Beyer
2016-04-25Add Annotation typeMatthias Beyer
2016-04-03Add import()Matthias Beyer
2016-04-02Wrap chrono NaiveDateTime type with own typeMatthias Beyer
2016-04-02Add missing modulesMatthias Beyer
2016-03-30Implement TaskStatus as enumMatthias Beyer
2016-03-26Start implementing error for parser errorsMatthias Beyer
2016-03-26Add dependency: uuid = 0.1.18Matthias Beyer
2016-03-21Add dependency: chrono = 0.2.20Matthias Beyer
2016-03-20Add Task structMatthias Beyer
2016-03-20Initial reader codebaseMatthias Beyer
2016-03-20Initial importMatthias Beyer