Expand description
A crate for handling a git-style directory walk.
Modules§
Structs§
- Entry
- Just like
EntryRef
, but with all fields owned (and thus without a lifetime to consider). - Entry
Ref - A directory entry, typically obtained using
walk()
.
Functions§
- walk
- A function to perform a git-style, unsorted, directory walk.