tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
442 stars 28 forks source link

Replace hyper with reqwest #42

Closed tiffany352 closed 4 years ago

tiffany352 commented 4 years ago

The latest version of hyper makes it much harder to use HTTPS, and reqwest didn't exist when I wrote this code, so switching over makes sense.

Code coverage check is failing because I'm editing code that cannot be unit tested, and it's not clear to me how to resolve that without introducing random failures into the test runner.