async-trait-ext 0.2.1

a procedural macro for async traits
Documentation
1
2
3
4
5
mod expand;
mod lint;

pub use expand::*;
pub use lint::*;