mod asynchronous; mod sync; #[allow(clippy::module_name_repetitions)] pub use asynchronous::AsyncModule; pub use sync::Module;