async-trait

Type erasure for async trait methods

APACHE-2.0 License

Downloads
164.2M
Stars
1.8K
Committers
18

Bot releases are hidden (Show)

async-trait -

Published by dtolnay 23 days ago

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#278)
async-trait - Latest Release

Published by dtolnay about 2 months ago

  • Prevent elided_named_lifetimes lint being produced in generated code (#276)
async-trait -

Published by dtolnay 3 months ago

  • Turn off unneeded features of syn dependency (#272, thanks @klensy)
async-trait -

Published by dtolnay 6 months ago

  • Fix unreachable code warning for async functions that return ! (#265, thanks @de-vri-es)
async-trait -

Published by dtolnay 7 months ago

  • Clean up some dead code
async-trait -

Published by dtolnay 7 months ago

  • Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up (#260)
async-trait -

Published by dtolnay 7 months ago

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
async-trait -

Published by dtolnay 10 months ago

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
async-trait -

Published by dtolnay 10 months ago

  • Documentation improvements
async-trait -

Published by dtolnay 10 months ago

  • Documentation improvements
async-trait -

Published by dtolnay about 1 year ago

  • Documentation improvements
async-trait -

Published by dtolnay about 1 year ago

  • Prevent generated code from triggering ignored_unit_patterns pedantic clippy lint
async-trait -

Published by dtolnay about 1 year ago

  • Documentation improvements
async-trait -

Published by dtolnay over 1 year ago

  • Documentation improvements
async-trait -

Published by dtolnay over 1 year ago

async-trait -

Published by dtolnay over 1 year ago

  • Resolve new diverging_sub_expression clippy lint in generated code
async-trait -

Published by dtolnay over 1 year ago

  • Improve error message if an async fn is written without a function body in an impl block
async-trait -

Published by dtolnay over 1 year ago

  • Update syn dependency to 2.x
async-trait -

Published by dtolnay over 1 year ago

  • Set html_root_url attribute
async-trait -

Published by dtolnay over 1 year ago

  • Fix interaction with rustc's single_use_lifetimes lint (#238, #239)