4lDO2 / real-async-trait-rs

A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type erasure
Apache License 2.0
45 stars 3 forks source link

Update to rustc nightly 2022-03-14 #5

Closed eholk closed 2 years ago

eholk commented 2 years ago

This combines @CyberSaxosTiGER's fix for #4 with some additional updates to make sure the tests and examples still work.

umgefahren commented 2 years ago

Consider pushing the new version on crates.io.