av-data 0.4.4

Multimedia data structures
Documentation
# Rust-AV datatypes

[![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)
[![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 data primitives

## Status

- [x] Basic types
  - [x] Pixel definition
  - [x] Audio Sample definition
  - [x] Timing Information
  - [x] Audio/Video Frame
  - [x] Data Packet
  - [x] Stream definition

- [x] Plain Default allocator
- [x] Self-describing Value abstraction

- [ ] Documentation

## License

MIT as per `LICENSE`.