summaryrefslogtreecommitdiffstats
path: root/src/priority.rs
AgeCommit message (Expand)Author
2021-02-13Make priority a string typeDheepak Krishnamurthy
2018-04-19Apply rustfmtMalte Brandy
2017-02-03Rename prioritiesMatthias Beyer
2017-02-03Try out whether deriving worksMatthias Beyer
2017-01-30Fix error typeMatthias Beyer
2017-01-30Fix new function signaturesMatthias Beyer
2017-01-30Add new function for Visitor: expecting()Matthias Beyer
2016-10-02Relicense to MPL 2.0Matthias Beyer
2016-05-04Add priority documentationMatthias Beyer
2016-05-04Add module documentationMatthias Beyer
2016-05-04Document priorityMatthias Beyer
2016-04-02Fixup prioMatthias Beyer
2016-04-02Impl De/Serialize for PriorityMatthias Beyer
2016-03-20TaskPriority must derive PartialEq as wellMatthias Beyer
2016-03-20Impl Into<String> for TaskPriorityMatthias Beyer
2016-03-20TaskPriority: Derive Debug, CloneMatthias Beyer
2016-03-20Add Task structMatthias Beyer