Crate metaflac

Source
Expand description

A library to read and write FLAC metadata tags.

Re-exports§

pub use block::Block;
pub use block::BlockType;

Modules§

block
Includes various types of metadata blocks.

Structs§

Error
A structure able to represent any error that may occur while performing metadata operations.
Tag
A structure representing a flac metadata tag.

Enums§

ErrorKind
Kinds of errors that may occur while performing metadata operations.

Type Aliases§

Result
Type alias for the result of tag operations.