germangb / minimp3-rs

minimp3 rust bindings + wrapper
MIT License
66 stars 22 forks source link

fixed : replace slice_deque with slice_ring_buffer #44

Open Manith-2001 opened 3 months ago

Manith-2001 commented 3 months ago

Same as this pull request #43 but certain typos such as slice_ring_bufffer in the cargo.toml and SliceRingDeque instead of SliceRingBuffer were made because of which the crate was not building. With this by directly using my fork in a project of mine i fixed issue #42