Modules

Structs

Struct holding references to outputs and any inputs that can’t be derived from the file/directory info.

Enums

Traits

A basic interface that can be used to determine whether a directory entry is what’s being searched for. To a first order approximation, find consists of building a chain of Matcher objects, and then walking a directory tree, passing each entry to the chain of Matchers.

Functions

Builds a single AndMatcher containing the Matcher objects corresponding to the passed in predicate arguments.