aboutsummaryrefslogtreecommitdiff
path: root/src/module.rs
blob: abb7c87ded957d96b09de08aca91ae6a3e4f33ad (plain) (blame)
1
2
3
4
5
6
mod asynchronous;
mod sync;

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