rtc-rtp 0.2.0

RTC RTP in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![warn(rust_2018_idioms)]
#![allow(dead_code)]

pub mod codecs;
pub mod extension;
pub mod header;
pub mod packet;
pub mod packetizer;
pub mod sequence;

pub use packet::Packet;