1#[cfg(test)]
2mod description_test;
34/// Field types shared by session and media descriptions (`c=`, `b=`, `a=`).
5pub mod common;
6/// The `m=` media description and its fields.
7pub mod media;
8/// The whole session description, plus the well-known attribute keys.
9pub mod session;