1 2 3 4 5
//! Re-export of cross-platform path classification helpers. pub use fallow_types::path_util::{ is_absolute_path_any_platform, looks_like_windows_absolute_path, };