macro_rules! glob {
    ($glob:expr, $closure:expr) => { ... };
}
Available on crate feature glob only.
Expand description

Executes a closure for all input files matching a glob.

The closure is passed the path to the file.