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 7ccab6cc8b
commit 0403fd9aa4

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;