Rust directory traverser that also renders contents info graph.
Rust toolchain : https://www.rust-lang.org/tools/install
Bellow commmands will build & run code with <Directory_Path> specified as 1st argument
cargo run C:\Users\dpolzer\Downloads\er\mobile
If you want to build your own exe (release mode)
cargo build -r