# Rust-AV Codec data structures
[](LICENSE)
[](https://travis-ci.org/rust-av/rust-av)
[](https://ci.appveyor.com/project/lu-zero/rust-av/history)
[](https://coveralls.io/r/rust-av/rust-av?branch=master)
[](https://deps.rs/repo/github/rust-av/rust-av)
[](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`.