Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
182 stars 34 forks source link

Replace base64 with data-encoding #305

Closed uklotzde closed 6 months ago

uklotzde commented 6 months ago

More versatile, easy to use, smaller, well-maintained.

uklotzde commented 6 months ago

Just a proposal. We use it in all our projects and never looked back.

Serial-ATA commented 6 months ago

Nice, base64 had some weird changes, making it more complicated than necessary. Especially for the simple cases here.

uklotzde commented 6 months ago

It is reassuring that you agree and share my point of view.