summaryrefslogtreecommitdiffstats
path: root/lib/etc/libimagutil
AgeCommit message (Expand)Author
2020-04-29Replace repository with new sourcehut repoMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias 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-07Update dependency: url: 1.7.2 -> 2Matthias 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-06-30Update all dependenciesMatthias 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-11Update lazy_static to 1.2Matthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias 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-09-27Update dependency: lazy_static: 0.2 -> 1Matthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias 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-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-08Add debug outputMatthias Beyer
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-10Add missing Cargo.toml metadataMatthias 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
2018-01-15log: 0.4.0-rc.1 -> 0.4.0Matthias Beyer
2018-01-15Update dependency: log: 0.3.* -> 0.4.0-rc.1Matthias Beyer
2017-12-25Update version strings: 0.5.0 -> 0.6.0Matthias Beyer
2017-10-31Use ? operator instead of try!() macroMatthias Beyer
2017-10-31Add badges in Cargo.toml of all cratesMatthias Beyer
2017-10-31Fix calls to Runtime::config() to use direct resultMatthias Beyer
2017-09-30Remove FoldResultMatthias Beyer
2017-09-24Update version strings: 0.4.0 -> 0.5.0Matthias Beyer
2017-09-20Merge pull request #1092 from matthiasbeyer/minorMatthias Beyer
2017-09-19Remove plain-text default entryMatthias Beyer