However, I am here to post a little cli utility I made that satisfies a very personal need: to credit the #Freesound samples in my music.
Crediting samples was something I begrudgingly did in the past. Not because I didn't want to, but because it was cumbersome and tedious. Thanks to my cli utility it takes seconds now! It also outputs a final markdown ready for Zola that I can use with my label website. yay!!!
At first I made very rookie mistakes and wrote very stinky code. I am happy to report that as I learned more with The Book, I have refactored my code and rendered it more idiomatic. I have also added unit tests and doc comments Not that my cli app exposes an API or anything, just as a learning experience.
https://github.com/gacallea/freesound-credits
Any feedback appreciated!
I am loving Rust very much!

