use star_question_match;
use crate;
/// Return true when `input` matches a file-glob pattern.
///
/// `*` matches any byte sequence and `?` matches exactly one byte. Matching is
/// anchored to the full input.
///
/// # Errors
///
/// Returns `Fix: ...` when pattern or input exceeds the documented T47 cap.