We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b3eaf commit 2cf0da7Copy full SHA for 2cf0da7
README.md
@@ -29,3 +29,36 @@ To save output to a file execute following command.
29
30
31
--------------------
32
+
33
+__Project Tree Structure__
34
35
+```
36
37
+mp3_metadata_extractor v0.1.0 () -
38
+`-- mp3-metadata feature "default"
39
+ `-- mp3-metadata v0.3.4 (https://github.com/GuillaumeGomez/mp3-metadata) -
40
41
42
43
+__Repository Tree Structure__
44
45
46
+├── .github
47
+ └── workflows
48
+ │ └── rust.yml
49
+├── Application_Requirements.txt
50
+├── LICENSE
51
+├── OUTPUT
52
+ ├── Output1.png
53
+ └── Output2.png
54
+├── README.md
55
+└── mp3_metadata_extractor
56
+ ├── .gitignore
57
+ ├── Cargo.lock
58
+ ├── Cargo.toml
59
+ ├── Sample.mp3
60
+ ├── Sample.txt
61
+ └── src
62
+ └── main.rs
63
64
0 commit comments