faad2 0.1.0

AAC decoding library binding to libfaad2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "faad2"
version = "0.1.0"
authors = ["Charlie Somerville <charlie@charlie.bz>"]
edition = "2018"
license = "GPL-2.0"
description = "AAC decoding library binding to libfaad2"
homepage = "https://github.com/charliesome/faad2-rs"
repository = "https://github.com/charliesome/faad2-rs"

[dependencies]
faad2-sys = { version = "0.1.0", path = "faad2-sys" }