TreeMapper
Overview
This utility generates a hierarchical mapping of files and directories, represented as a HashMap. It reflects the structure of directories and files based on their levels, providing a clear view of the organization of the file system.
Installation
Usage
Explore a directory then convert it to json string.
use HashMap;
use Path;
use explore;
use TreeType;
let base_path: String = Stringfrom;
let mut data: = new;
explore;
let mapping: String = to_json;
println!;
Contributing
Feel free to open issues or submit pull requests for enhancements and bug fixes.
License
This project is licensed under the MIT License.