xml-rpc-rs
xml-rpc-rs copied to clipboard
Don't use reqwest::blocking
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?