summaryrefslogtreecommitdiff
path: root/src/fsiter.rs
AgeCommit message (Collapse)AuthorFilesLines
2020-12-12feat: back up and restore symlinksLars Wirzenius1-2/+6
2020-12-11refactor: how FsEntry structs are createdLars Wirzenius1-6/+2
Now from a Metadata struct, instead of a bunch of field values. The justification for this is that callers shouldn't have to unpack a Metadata, especially since it'll be different for each operating system in the future. Keep all that in one place instead.
2020-11-08feat: add FsIterator to iterate over a directory treeLars Wirzenius1-0/+37