tzmfreedom / rustforce

Salesforce REST API Client by Rust
MIT License
41 stars 19 forks source link

async/await #2

Closed ccakes closed 4 years ago

ccakes commented 4 years ago

Hey, looks like a great project! Any immediate plans to update this to use reqwest 0.10+ which would allow this to be used (easily) in an async/await codebase?

tzmfreedom commented 4 years ago

Thank you ! I didn't know async/await for rust with reqwest 0.10+. I'll try to use it and apply it to rustforce 👍

patnaikshekhar commented 4 years ago

@ccakes we've now added async/await support.

ccakes commented 4 years ago

Legend - thanks for the hard work!