summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Collapse)Author
2019-04-30Return error at end of functionMatthias Beyer
2019-04-30Remove unnecessary boilerplateMatthias Beyer
2019-04-30Simplify codeMatthias Beyer
2019-04-30Simplify error handlingMatthias Beyer
2019-04-30Add top level error printingMatthias Beyer
2019-04-25Remove unused importsMatthias Beyer
2019-04-24Add missing "ComparePackage" typeMatthias Beyer
Because we cannot build a "Package" from the compare file (because we shouldn't, because we only need _some_ information about the package), we should use a special helper type for deserializing the contents of the file.
2019-04-24Add "compare" functionality in main()Matthias Beyer
Including the new dependency "csv" which is included by default. With this, one can pass a CSV file to compare against, as well as a JSON file.
2019-04-19Initial importMatthias Beyer
In the beginning there was darkness. So I spoke "git init". And there was a git repository.