Y
Hacker News
new
|
ask
|
show
|
jobs
by
koakuma-chan
272 days ago
You can add curl to a Rust project too.
1 comments
aakkaakk
271 days ago
But why, when reqwest is enough for 99% of cases.
link
bigstrat2003
271 days ago
Because it requires using async, and for most programs async is not worth the extra effort (plus very heavy dependency in the form of Tokio).
link
WD-42
271 days ago
It requires Tokio, and believe it or not there are actual cases for non-async rust. So you can't use it in that case.
link
koakuma-chan
271 days ago
It's bloated.
link