project-structure-creator-0.2.0 is not a library.
Project Structure Creator
Create a project files and directories structure based on the ASCII tree structure.
Installation
Usage
or
# paste the ASCII tree structure here
Example
Example ASCII tree structure
project
├── src
│ ├── main.rs
│ ├── lib.rs
├── tests
│ ├── test.rs
├── Cargo.toml
├── README.md