馃挕 Feature description
I would be willing to perform the change to convert from and get rid of the related cruft as a result. But I wanted to make sure that was a contribution this repo was up to receiving before doing it. This appears to be the most up-to-date and maintained GitHub integration for rust.
馃捇 Basic example
fn foo() -> Future<T> to an async fn foo() -> Result<T>
馃挕 Feature description
I would be willing to perform the change to convert from and get rid of the related cruft as a result. But I wanted to make sure that was a contribution this repo was up to receiving before doing it. This appears to be the most up-to-date and maintained GitHub integration for rust.
馃捇 Basic example
fn foo() -> Future<T>to anasync fn foo() -> Result<T>