summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-calendar/src/util.rs
AgeCommit message (Expand)Author
2020-05-31handlebars: 2 -> 3Matthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-22Rewrite for less cluttered codeMatthias Beyer
2019-12-22Bind value and simplify condition with itMatthias Beyer
2019-12-22Rewrite filter(...).next().is_some() with .any(...)Matthias Beyer
2019-12-22Rewrite closure for more structured and easy-to-read codeMatthias Beyer
2019-12-22Rewrite filter_map() as simple filter()Matthias Beyer
2019-11-10Fix: Do not call exit(), but propagate errorMatthias Beyer
2019-10-11Implement show subcommandMatthias Beyer
2019-10-11Make helper type derive DebugMatthias Beyer
2019-10-11Add helper function to parse string with kairosMatthias Beyer
2019-10-11Enhance listing functionality with handlebars templatingMatthias Beyer
2019-10-11Add basic listing functionalityMatthias Beyer