summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2024-01-09fix: ignore doc test, for nowLars Wirzenius1-1/+3
2021-07-09feat: use tokio I/O to get metadata for filesLars Wirzenius1-3/+3
2021-04-28refactor: use async for concurrencyLars Wirzenius1-8/+20
2020-12-25refactor: use rayon to get some parallelismLars Wirzenius1-2/+2
2020-12-12feat: support symbolic linksLars Wirzenius1-1/+8
2020-12-12feat! drop atime from the outputLars Wirzenius1-6/+0
2020-11-28feat: add SHA256 checksum of contents of regular filesLars Wirzenius1-0/+29
2020-11-28feat! ManifestEntry::new now looks up metadata itselfLars Wirzenius1-4/+5
2020-11-28doc: add doc commentsLars Wirzenius1-2/+42
2020-11-28refactor: split into library and programLars Wirzenius1-0/+43
2020-11-28feat: implement Summain in RustLars Wirzenius1-0/+1