xml-rpc-rs icon indicating copy to clipboard operation
xml-rpc-rs copied to clipboard

Don't use reqwest::blocking

Open CGenie opened this issue 4 years ago • 3 comments

I want to create an API service, and I see reqwest::blocking is used here. Is it possible to rewrite to use async/await instead?

CGenie avatar Mar 16 '20 11:03 CGenie