rust-metaflac
rust-metaflac copied to clipboard
A rust library for reading and writing FLAC metadata.
The docs aren't very clear on how to manually read and write tags (for example, writing to a different file than originally read from, or reading/writing over the network). Based...
Hi, I ran cargo-fuzz on this project (master branch, commit `292a92d6ca3725cef19c07f915885664d49ca0f6`) and uncovered a crash when reading malformed data using `Tag::read_from` Attached is the fuzz-generated input that produced the crash,...
Hi! First and foremost - thank you for working on this library! I've been using it in a project I'm working on, and it quickly got me to a working...
I would recommend removing `log` as a dependency at library level or perhaps make it optional dep ?
Hi @jameshurst There are some inputs that cause panics and other cleanups that need to be done Would you be able to merge if I send some PRs to catch...