1 2 3 4 5 6 7
//! File system operations for TLDR //! //! This module provides file tree traversal and ignore pattern handling. pub mod tree; pub use tree::get_file_tree;