Crate file_tree

Source
Expand description

Creates a directory structure suitable for storing large numbers of files. Optionally deletes the created directory and files when dropped.

Structsยง

FileTree
Creates a directory structure suitable for storing large numbers of files. Optionally deletes the created directory and files when dropped.
KeyedFileTree
Retrieves paths from a FileTree using Hash key.