sdp 0.2.1

A pure Rust implementation of SDP
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/sdp/actions"> 
  <img src="https://github.com/webrtc-rs/sdp/workflows/Cargo/badge.svg">
 </a> 
 <a href="https://codecov.io/gh/webrtc-rs/sdp"> 
  <img src="https://codecov.io/gh/webrtc-rs/sdp/branch/main/graph/badge.svg">
 </a>
 <a href="https://deps.rs/repo/github/webrtc-rs/sdp"> 
  <img src="https://deps.rs/repo/github/webrtc-rs/sdp/status.svg">
 </a>
 <a href="https://crates.io/crates/sdp"> 
  <img src="https://img.shields.io/crates/v/sdp.svg">
 </a> 
 <a href="https://docs.rs/sdp"> 
  <img src="https://docs.rs/sdp/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/sdp/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 SDP. Rewrite <a href="https://Pion.ly">Pion</a> SDP in Rust
</p>