ComunidadAylas / vorbis-rs

🔊 Rust bindings for the best-in-breed C libraries of the Vorbis audio codec and Ogg container encapsulation.
https://crates.io/crates/vorbis_rs
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Project restructure! (issue #3) #6

Closed vivyir closed 1 year ago

vivyir commented 1 year ago

Restructured the project according to the resources you provided, unfortunately I got carried away and put everything into one massive commit, but below is a relatively accurate summary of everything that was changed (copied verbatim from the commit message with slight edits), please have a look over the code aswell, I'd love any feedback you may have, thanks!

Notes:

Edits:

AlexTMjugador commented 1 year ago

Splendid work! I genuinely appreciate the effort you put into making such a well-written PR! :heart:

I'm a bit busy at work now, but I'll arrange the proper time and attention to review your PR as soon as possible.

Edit: I authorized the CI workflows to run, and it looks like Clippy outputted some warnings. You could take care of them in the meantime to save on reviews!