Module tree

Module tree 

Source

Enums§

FileNode
A nested map to represent the file tree structure.

Functions§

build_file_tree
Builds a nested BTreeMap representing the file structure.
print_tree
Recursively prints the file tree to the console.
write_tree_to_file
Recursively writes the file tree to a file.

Type Aliases§

FileTree
Type alias for the file tree structure.