rtp-types 0.1.0

RTP packet parser and writers
Documentation
[![crates.io](https://img.shields.io/crates/v/rtp-types.svg)](https://crates.io/crates/rtp-types)
[![docs.rs](https://docs.rs/rtp-types/badge.svg)](https://docs.rs/rtp-types)

# rtp-types

Crate for handling RTP ([RFC 3550](https://tools.ietf.org/html/rfc3550))
including a parser and a writer.

## LICENSE

rtp-types is dual licensed under the:
- MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT).
- Apache 2.0 license ([LICENSE-APACHE]LICENSE-APACHE or http://opensource.org/licenses/apache-2-0).

## Contribution

Any kinds of contributions are welcome as a pull request.

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in rtp-types by you shall be dual licensed under the MIT
license and Apache 2.0 license as above, without any additional terms or conditions.