rtp 0.2.0

A pure Rust implementation of RTP
Documentation
<h1 align="center">
 <a href="https://webrtc.rs"><img src="./doc/webrtc.rs.png" alt="WebRTC.rs"></a>
 <br>
</h1>
<p align="center">
 <a href="https://github.com/webrtc-rs/rtp/actions"> 
  <img src="https://github.com/webrtc-rs/rtp/workflows/Cargo/badge.svg">
 </a> 
 <a href="https://codecov.io/gh/webrtc-rs/rtp"> 
  <img src="https://codecov.io/gh/webrtc-rs/rtp/branch/main/graph/badge.svg">
 </a>
 <a href="https://deps.rs/repo/github/webrtc-rs/rtp"> 
  <img src="https://deps.rs/repo/github/webrtc-rs/rtp/status.svg">
 </a>
 <a href="https://crates.io/crates/webrtc-rtp"> 
  <img src="https://img.shields.io/crates/v/webrtc-rtp.svg">
 </a> 
 <a href="https://docs.rs/webrtc-rtp"> 
  <img src="https://docs.rs/webrtc-rtp/badge.svg">
 </a>
 <a href="https://discord.gg/4Ju8UHdXMs">
  <img src="https://img.shields.io/discord/800204819540869120?logo=discord" alt="Discord">
 </a>
 <a href="https://github.com/webrtc-rs/rtp/blob/master/LICENSE">
  <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
 </a>
</p>
<p align="center">
 A pure Rust implementation of RTP. Rewrite Pion RTP (<a href="http://Pion.ly">http://Pion.ly</a>) in Rust
</p>