jackh726 / bigtools

A high-performance BigWig and BigBed library in Rust
MIT License
65 stars 5 forks source link

Avoiding OpenSSL #19

Closed anderspitman closed 7 months ago

anderspitman commented 7 months ago

Hi there, thanks for the excellent library.

I'm trying to statically link my tool using musl and getting OpenSSL errors. This is most likely due to attohttpc. I know with reqwest it's possible to use rustls instead of OpenSSL using features. Is there a similar option with attohttpc, and would it be possible for you to expose it to users of bigtools?

anderspitman commented 7 months ago

Figured out how to do this on my fork. Created #20 in case it's useful upstream. Thanks again!

anderspitman commented 7 months ago

Fixed in #20