Crate gix_dir

Source
Expand description

A crate for handling a git-style directory walk.

Modules§

entry
walk

Structs§

Entry
Just like EntryRef, but with all fields owned (and thus without a lifetime to consider).
EntryRef
A directory entry, typically obtained using walk().

Functions§

walk
A function to perform a git-style, unsorted, directory walk.