summaryrefslogtreecommitdiffstats
path: root/lib/etc/libimagutil/src
AgeCommit message (Expand)Author
2020-02-23Add tests whether linking results in only root and leave unlinkedlibimagmail/tree-rewrite-mailtreeMatthias Beyer
2020-02-23Add tests whether insertion and linking worksMatthias Beyer
2020-02-23Let parent be optionalMatthias Beyer
2020-02-23Add implementation for PartialEq for TreeElementMatthias Beyer
2020-02-23Implement index-based tree that can be build after all relevant elements are ...Matthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-23Remove unused lifetimeMatthias Beyer
2019-12-23Remove DebugResult and DebugOption helpersMatthias Beyer
2019-10-26Pass the path to the ui builder function when creating a mock applicationMatthias Beyer
2019-10-03Add helper function to parse string by several datetime formatsMatthias Beyer
2019-08-28[Auto] lib/etc/util: Fix Clippy warningsflip1995
2019-07-14Add cli validators for date and datetimeMatthias Beyer
2019-02-11Make generate_variants() more flexibleMatthias Beyer
2019-02-11Make doc comment test executableMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-09Add Option extensions for logging optional valuesMatthias Beyer
2018-11-01Do not pass --rtp in test runtimeMatthias Beyer
2018-11-01Add debug output in test runtime generating macroMatthias Beyer
2018-10-31Add more CLI validatorsMatthias Beyer
2018-10-30libimagutil: Move from error-chain to failureMatthias Beyer
2018-10-09Fix: Do not pass --rtp in testing environmentMatthias Beyer
2018-10-06Update dependencies: regex: 0.2 -> 1, tempfile: 2 -> 3Matthias Beyer
2018-04-25Be more ergonomic hereMatthias Beyer
2018-04-25Change generate_variants() helper to use base by refMatthias Beyer
2018-04-25Use or_else() instead of or()Matthias Beyer
2018-04-24Refactor: Use AsRef<str> instead of String as arg typeMatthias Beyer
2018-04-24Clippy fixesMatthias Beyer
2018-04-08Add debug outputMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-02-01Refactor to use AsRef<str>Matthias Beyer
2018-02-01Add datetime <-> string conversion utilityMatthias Beyer
2018-02-01Move date <-> string conversion utility to libimagutilMatthias Beyer
2017-10-31Use ? operator instead of try!() macroMatthias Beyer
2017-10-31Fix calls to Runtime::config() to use direct resultMatthias Beyer
2017-09-30Remove FoldResultMatthias Beyer
2017-09-19Remove plain-text default entryMatthias Beyer
2017-09-03Allow generated fns from macros to be unusedMatthias Beyer
2017-09-02Merge pull request #1044 from matthiasbeyer/libimagrt/feature-testingMatthias Beyer
2017-09-02Add store extraction to RuntimeMatthias Beyer
2017-09-02Bugfix: Fix macro to use the appname instead of hardcoded valuesMatthias Beyer
2017-08-27Ensure deny() for warnings is in all cratesMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer