av-ivf 0.1.0

IVF muxer and demuxer
Documentation
# ivf-rs

[![Actions Status](https://github.com/rust-av/ivf-rs/workflows/ivf/badge.svg)](https://github.com/rust-av/ivf-rs/actions)

This is a simple implementation of muxer/demuxer for Ivf file format.

## Example

\[wip\] look at test in mux/demux

## About Ivf

Refer to the [specification](https://wiki.multimedia.cx/index.php/IVF).

## Relies on rust-av

This projects relies on [rust-av](https://github.com/rust-av/rust-av) toolkit