[go: up one dir, main page]

sdp 0.3.0

A pure Rust implementation of SDP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![warn(rust_2018_idioms)]
#![allow(dead_code)]

pub mod common_description;
pub mod direction;
mod error;
pub mod extmap;
pub mod media_description;
pub mod session_description;
pub mod util;

pub use error::Error;