1pub use sync::*; 2 3pub mod sync; 4 5#[cfg(test)] 6mod test; 7 8#[cfg(feature = "async")] 9pub mod r#async;