hyper-rustls
hyper-rustls copied to clipboard
Does this library have any plans to be runtime-independent?
I want to run the hyper-util client with rustls encryption on smol runtime. It seems that to use the hyper-util client with rustls encryption, I must use this library, but using this library requires tokio runtime.
If you submit a PR we can judge how much complexity it introduces.