//! Cross-platform path and I/O helpers for scanner pipeline semantics.
//!
//! Windows and Unix differ in path separators and line-ending conventions;
//! these helpers centralize the cfg-gated behavior instead of scattering
//! ad-hoc `replace('\\', "/")` calls through hot paths.
pub use ;
pub use ;