//! # RTP parser
//!//! This crate contains a parser written in Rust (using nom) for the RTP protocol
//!//! See also:
//! - [RFC 3550](https://tools.ietf.org/html/rfc3550): RTP: A Transport Protocol for Real-Time Applications
modrtp;pubusertp::*;modrtp_header_extension;pubusertp_header_extension::*;modparser;pubuseparser::*;