Re-exports

pub use abspath::AbsolutePath;
pub use error::Error;
pub use error::Result;
pub use globset;

Modules

Macros

Derive macro generating an impl of the trait Hash.

Structs

Glob represents a successfully parsed shell glob pattern.
GlobSet represents a group of globs that can be matched together in a single pass.
GlobSetBuilder builds a group of patterns that can be used to simultaneously match a file path.

Enums

Traits

A hashable type.

Functions