Serial-ATA / lofty-rs

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

ID3v2: Cleanup `SplitTag` impl #393

Closed Serial-ATA closed 2 months ago

Serial-ATA commented 2 months ago

Rustfmt was starting to struggle with the level of indentation previously.

Everything is now in a single match statement. Also took the opportunity to remove the generic conversion of POPM frames.