heim icon indicating copy to clipboard operation
heim copied to clipboard

Is there a sync API ?

Open coderedart opened this issue 2 years ago • 1 comments

I was wondering if there's a sync API or atleast plans for it with a feature gate. kinda like reqwest. it can use async under the hood, but be simple and blocking on the surface. I am kind of noob, and would like to avoid all the thinking overhead that comes with async :( . especially when i am doing tiny relatively straightforward projects.

coderedart avatar Sep 29 '21 13:09 coderedart

https://docs.rs/reqwest/0.11.4/reqwest/blocking/index.html for reference

coderedart avatar Sep 29 '21 13:09 coderedart