Registry / utility / metaflac

metaflac

JSON →
library0.2.8rscratesunverified

A library for reading and writing FLAC metadata.

# Cargo.toml [dependencies] metaflac = "0.2.8"
INSTALL
IMPORT
SIG · METAFLAC
M
metaflac
utilityrustv0.2.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tag
use metaflac::Tag;

Reads FLAC metadata from a file and prints the artist tag.

use metaflac::Tag; fn main() { let tag = Tag::read_from_path("audio.flac").unwrap(); println!("Artist: {:?}", tag.get_vorbis("ARTIST")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
metaflac — cargo add metaflac · libregistry