minimp3-rs icon indicating copy to clipboard operation
minimp3-rs copied to clipboard

Fix Memory Safety: remove "slice-ring-buffer" dependency [CONTRIBUTIONS WELCOME!]

Open phip1611 opened this issue 8 months ago • 0 comments

The slice-ring-buffer has multiple memory-safety releated issues, such as double frees. As long there are "just" double frees, it should be "okayish".

We should fix this properly!

phip1611 avatar Aug 10 '25 16:08 phip1611