summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-habit/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-24Fix: Drop habit before getting instancesMatthias Beyer
2019-12-23Remove len() != 0 comparison with negation and ::is_empty() callMatthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove DebugResult and DebugOption helpersMatthias Beyer
2019-12-23Replace map_dbg() and map_dbg_str() with context() and inspect() callsMatthias Beyer
2019-12-21Rewrite imag-habit to propagate errors to main() instead of exit()ingMatthias Beyer
2019-10-26imag-habit: implement ImagApplicationLeon Schuermann