//! Cross-platform path helpers for scanner pipeline semantics.
//!
//! Scanner paths are input data, not proof of the host OS. A Linux process can
//! scan a Windows checkout or archive, so path predicates must treat `/` and
//! `\` as separators on every platform.
pub use path_component_matches;
pub use ;