Curl removes experimental HTTP back end in Rust
22 points
7 hours ago
| 1 comment
| daniel.haxx.se
| HN
pornel
7 hours ago
[-]
I think there was little traction in curl, because Rust users can just use hyper directly.

https://lib.rs/curl is used in 1000 packages, https://lib.rs/hyper is in 21,000 packages.

Curl is big and supports lots of protocols, but Rust doesn't need a one-stop-shop for all of them. HTTPS covers majority of uses, and Rust has separate packages for mail, ftp, websockets, etc.

reply