summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Collapse)AuthorFilesLines
2021-12-30fix: handle dangling symlinks on command lineLars Wirzenius1-0/+7
Sponsored-by: author
2021-12-30feat: traverse directoriesLars Wirzenius1-4/+16
Sponsored-by: author
2021-11-11fix: wait on async operation where requiredLars Wirzenius1-2/+2
Sponsored-by: author
2021-04-28refactor: use async for concurrencyLars Wirzenius1-8/+44
Normal tokio async tasks for collecting metadata, blocking tasks for computing checksums, so that all available CPU can be used for that.
2021-04-23drop use of rayonLars Wirzenius1-2/+1
2021-02-18fix: drop unwanted empty lines from outputLars Wirzenius1-1/+1
It turns out that something (serde_yaml) now outputs a newline at the of a document. println! adds a second. Tests don't expect the extra one so use print! instead. Also, drop the temporary workaround.
2020-12-25refactor: use rayon to get some parallelismLars Wirzenius1-6/+8
2020-11-28feat! ManifestEntry::new now looks up metadata itselfLars Wirzenius1-3/+1
2020-11-28doc: add doc commentsLars Wirzenius1-2/+2
Also, rename struct to ManifestEntry.
2020-11-28refactor: split into library and programLars Wirzenius1-0/+27