webrtc-util 0.1.18

Utilities for WebRTC.rs stack
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/util/actions"> 
  <img src="https://github.com/webrtc-rs/util/workflows/Cargo/badge.svg">
 </a> 
 <a href="https://codecov.io/gh/webrtc-rs/util"> 
  <img src="https://codecov.io/gh/webrtc-rs/util/branch/main/graph/badge.svg">
 </a>
 <a href="https://deps.rs/repo/github/webrtc-rs/util"> 
  <img src="https://deps.rs/repo/github/webrtc-rs/util/status.svg">
 </a>
 <a href="https://crates.io/crates/webrtc-util"> 
  <img src="https://img.shields.io/crates/v/webrtc-util.svg">
 </a> 
 <a href="https://docs.rs/webrtc-util"> 
  <img src="https://docs.rs/webrtc-util/badge.svg">
 </a>
 <a href="https://github.com/webrtc-rs/util/blob/master/LICENSE">
  <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
 </a>
 <a href="https://discord.gg/4Ju8UHdXMs">
  <img src="https://img.shields.io/discord/800204819540869120?logo=discord" alt="Discord">
 </a>
</p>
<p align="center">
 A pure Rust implementation of Utilities for WebRTC.rs stack. Rewrite Pion Util/Transport (<a href="http://Pion.ly">http://Pion.ly</a>) in Rust
</p>