tldr-core 0.1.4

Core analysis engine for TLDR code analysis tool
Documentation
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;