aboutsummaryrefslogtreecommitdiff
path: root/src/output/aggregators.rs
AgeCommit message (Collapse)Author
2020-05-13fix formattingDaniel
2020-05-13fix Aggregator::finish for trait objectsDaniel
2020-05-13first attempt at sorting outputDaniel
This does currently not work yet, as we cannot call .finish() on dyn Aggregator. This needs to be adjusted. However, this provides the basic infrastructure for producing sorted output, including the required command line parsing.
2020-04-15formatting fixesDaniel
2020-04-04make pipeline workingDaniel
2019-06-03[WIP] rewrite output logic as a pipelineDaniel