async_func/
lib.rs

1pub(crate) mod cfg;
2pub(crate) mod r#macro;
3#[allow(unused_imports)]
4pub use r#macro::*;