av-codec 0.3.1

Multimedia format decoding and encoding
Documentation
# Rust-AV Codec data structures

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Build Status](https://travis-ci.org/rust-av/rust-av.svg?branch=master)](https://travis-ci.org/rust-av/rust-av)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rust-av/rust-av?branch=master&svg=true)](https://ci.appveyor.com/project/lu-zero/rust-av/history)
[![Coverage Status](https://coveralls.io/repos/rust-av/rust-av/badge.svg?branch=master)](https://coveralls.io/r/rust-av/rust-av?branch=master)
[![dependency status](https://deps.rs/repo/github/rust-av/rust-av/status.svg)](https://deps.rs/repo/github/rust-av/rust-av)
[![IRC](https://img.shields.io/badge/irc-%23rust--av-blue.svg)](http://webchat.freenode.net?channels=%23rust-av&uio=d4)

Pure-rust implementation of multimedia primitives, codec abstractions.

## Compiling

```bash
cargo build
```

## Running tests

```bash
cargo test
```

## Notes

The code is still in flux and the API is getting still fleshed out.

## License

MIT as per `LICENSE`.