Skip to content

Re-export async_trait for code gen.

Compare
Choose a tag to compare
@thedodd thedodd released this 12 Jun 18:32
· 15 commits to master since this release
2a9f19d

added

  • Adding async_trait::async_trait macro as a pub export of the wither crate, so that code generated from wither_derive can use #[wither::async_trait] instead of requiring users to declare async-trait as a dependency. This seems like the right thing to do here ... we'll see. If this causes problems for you (which it shouldn't), please open an issue.