Hokanosekai / rust-tree

A simple tree creator from paths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Tree

This is a simple project to help me learn Rust. It's a program that will create a tree of the path you give it.

Usage

cargo run

Config

You can add files in the paths.txt file. don't for get to add a line for each directory you want to add.

src/
src/main.rs
src/tar/
src/tar/zip.rs
src/tar/mod.rs
src/lib.rs
./vscode/
./vscode/settings.json
Cargo.toml
./Cargo.lock

License

LICENSE

Author

About

A simple tree creator from paths

License:MIT License


Languages

Language:Rust 100.0%