You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may not always be convenient to read an entire file. At this point, the tag parsing internals change infrequently enough that it'd probably be safe to expose them.
It'd be nice to make all of the parse functions have a similar signature to parse_id3v2:
It may not always be convenient to read an entire file. At this point, the tag parsing internals change infrequently enough that it'd probably be safe to expose them.
It'd be nice to make all of the parse functions have a similar signature to
parse_id3v2
:lofty-rs/src/id3/v2/read.rs
Lines 10 to 17 in 6e555d1
Some still have unnecessary
Seek
bounds or are just too clunky to use externally in their current state (likeVorbisComments
).The text was updated successfully, but these errors were encountered: