← Back to context Comment by koakuma-chan 2 months ago You can add curl to a Rust project too. 4 comments koakuma-chan Reply aakkaakk 2 months ago But why, when reqwest is enough for 99% of cases. bigstrat2003 2 months 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). WD-42 2 months 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. koakuma-chan 2 months ago It's bloated.
aakkaakk 2 months ago But why, when reqwest is enough for 99% of cases. bigstrat2003 2 months 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). WD-42 2 months 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. koakuma-chan 2 months ago It's bloated.
bigstrat2003 2 months 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).
WD-42 2 months 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.
But why, when reqwest is enough for 99% of cases.
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).
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.
It's bloated.