async_func/
lib.rs

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