Crates.io | ape |
lib.rs | ape |
version | 0.5.0 |
source | src |
created_at | 2016-01-16 18:00:11.060923 |
updated_at | 2023-01-11 00:20:31.83448 |
description | A library for reading and writing APEv2 tags |
homepage | |
repository | https://github.com/rossnomann/rust-ape |
max_upload_size | |
id | 3905 |
size | 39,955 |
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)