No description
- Rust 100%
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
SimpleTree
Basic File Tree Display implemented using Rust.
Example
cargo run -- ~/
Will display all files and paths within the home directory.
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Basic File Tree Display implemented using Rust.
cargo run -- ~/
Will display all files and paths within the home directory.