metaflac 0.1.10

A library for reading and writing FLAC metadata.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "metaflac"
version = "0.1.10"
authors = ["James Hurst <james@jameshurst.ca>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/jameshurst/rust-metaflac"
repository = "https://github.com/jameshurst/rust-metaflac"
documentation = "https://jameshurst.github.io/rust-metaflac"
description = "A library for reading and writing FLAC metadata."
keywords = ["flac", "audio", "parser", "metadata"]

[dependencies]
log = "0.4.8"
hex = "0.4.0"
byteorder = "1.3.2"
num = "0.2.0"