pub fn save_project_structure_and_files(
root_path: &str,
output_file: &str,
blacklist_patterns: &[String],
whitelist_patterns: &[String],
) -> Result<ProcessingStats>
Expand description
Save the project structure and contents of all files to a text file