aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2023-01-18add support for SQLite outputDaniel Schadt
2023-01-17replace std::mpsc with crossbeam_channelDaniel Schadt
2023-01-14add support for reading brotli and gzip filesDaniel Schadt
2023-01-14start on a proper CLIDaniel Schadt
This involves actual command line arguments, and more progress bars!
2023-01-12parallelize PNG encodingDaniel Schadt
This gives a massive speedup
2023-01-11add some first benchmarksDaniel Schadt
2023-01-11rename project to hittekaartDaniel Schadt
2023-01-08add a progress barDaniel Schadt
2023-01-08Initial commitDaniel Schadt