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?
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?