//! Filesystem helpers shared across the crate.
use DirEntry;
/// Is `entry` considered hidden by platform conventions?
///
/// * Unix: file name starts with `.`.
/// * Windows: file name starts with `.` *or* the filesystem's hidden
/// attribute bit is set.