id3-用于读取和写入ID3元数据的库-Rust开发

时间:2024-06-16 12:59:23
【文件属性】:

文件名称:id3-用于读取和写入ID3元数据的库-Rust开发

文件大小:337KB

文件格式:ZIP

更新时间:2024-06-16 12:59:23

Rust Audio and Music

rust-id3一个用于读写ID3元数据的库。 示例读取标签框架使用id3 :: {Tag,Version}; fn main()->结果结果> {let tag = Tag :: read_from_path(“ testdata / id3v24.id3”)?; //得到一堆框架...如果让Some(artist)= tag.artist(){println!(“ artist:{}”,artist); }如果让Some(title)= tag.title(){println!(“ title:{}”,title); }如果让Some(album)= tag.album(){println!(“ album:


【文件预览】:
rust-id3-master
----testdata()
--------github-issue-60.id3(2KB)
--------image.jpg(23KB)
--------id3v1.id3(128B)
--------id3v23.id3(28KB)
--------id3v23_geob.id3(35KB)
--------id3v22.id3(49KB)
--------aiff()
--------quiet.mp3(17KB)
--------id3v24_ext.id3(815B)
--------mpeg-header(418B)
--------wav()
--------id3v24.id3(28KB)
----clippy.toml(38B)
----.github()
--------workflows()
----LICENSE(1KB)
----src()
--------error.rs(4KB)
--------util.rs(10KB)
--------frame()
--------storage.rs(15KB)
--------v1()
--------tag.rs(58KB)
--------lib.rs(2KB)
--------chunk.rs(12KB)
--------stream()
----Cargo.toml(506B)
----.gitignore(19B)
----README.md(2KB)

网友评论