rtp: Re-export standalone functions from crate root

This commit is contained in:
Sebastian Dröge 2022-01-27 14:33:46 +02:00
parent 4782066345
commit cd4e191a00

View file

@ -27,6 +27,7 @@ macro_rules! skip_assert_initialized {
#[allow(non_snake_case)]
#[allow(clippy::use_self)]
mod auto;
pub use crate::auto::functions::*;
pub use crate::auto::*;
pub mod rtp_buffer;