//! Implementation of PEP 639 cross-language restricted globs and a related directory traversal
//! prefilter.
//!//! The goal is globs that are portable between languages and operating systems.
modglob_dir_filter;modportable_glob;pubuseglob_dir_filter::GlobDirFilter;pubuseportable_glob::{PortableGlobError, PortableGlobParser};