summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-calendar/src/lib.rs
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-12-22Use Iterator::flatten() instead of ::flat_map()Matthias Beyer
2019-12-22Use char instead of string literalMatthias Beyer
2019-12-22Simplify assignmentMatthias Beyer
2019-12-22Remove unused Error::from() callMatthias Beyer
2019-12-22Remove not needed into_iter() callMatthias Beyer
2019-12-22Simplify assignmentMatthias Beyer
2019-12-22Remove unused Error::from() callMatthias Beyer
2019-12-22Remove not needed into_iter() callMatthias Beyer
2019-10-27Transform imag-calendar to not call exit() but propagate errors to main()Matthias Beyer
2019-10-27Fix indentionMatthias Beyer
2019-10-26imag-calendar: implement ImagApplication & add CLI completionLeon Schuermann