//! Re-exports for the `walk` feature.
//!
//! This module provides convenient access to walkdir types without requiring
//! consumers to add walkdir as a dependency.
/// Re-export of [`walkdir::WalkDir`]. See original docs for details.
pub use WalkDir;
/// Re-export of [`walkdir::DirEntry`]. See original docs for details.
pub use DirEntry;