rtc-sdp 0.20.0

RTC SDP in Rust
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(test)]
mod description_test;

/// Field types shared by session and media descriptions (`c=`, `b=`, `a=`).
pub mod common;
/// The `m=` media description and its fields.
pub mod media;
/// The whole session description, plus the well-known attribute keys.
pub mod session;