A library for reading and writing APEv2 tags.
Tag::items()
method.Tag::add_item()
method.Tag::remove_item()
by Tag::remove_items()
method.
Tag::item()
method returns a first found item.
Tag::set_item()
removes all items under the given key and adds a new one.Clone
for Item
and ItemValue
structs.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)