FLAC

Build Status

An implementation of FLAC, free lossless audio codec, written in Rust.

Documentation

Install

flac is on crates.io and can be included in your Cargo file like so:

```toml [dependencies]

flac = "^0.2.0" ```

Followed by including it in you code:

rust extern crate flac;

Implementation Status

The status of this FLAC implementation: