A library for reading and writing APEv2 tags.
Item::from_locator
and Item::from_text
.Error::description
.Item::to_vec
method is private now.items
field from the Tag
struct.Tag::iter()
method.IntoIterator
implementation for Tag
struct.Tag::write
method replaced by write
function.Result<()>
instead of Option<Error>
.The MIT License (MIT)