- Improved readability of analyze output.
- Improved code quality: Moved all operations and output handling into the
analyze
function. (Thanks to @nanoqsh) - Removed build dependency
walkdir
by replacing it with a function. (Thanks to @nanoqsh) - Removed
Arc<Mutex<>>
sinceget_files_types
does not involve parallelism (yet?).
Initial version with base functionality.