`tokio-rustls` is understandably not executor agnostic. [`hyper-rustls`] is built on `tokio-rustls`, and so is also not agnostic. Re-implementing `tokio-rustls` but on top of `hyper`'s `Read` and `Write` traits should be possible.
tokio-rustlsis understandably not executor agnostic. [hyper-rustls] is built ontokio-rustls, and so is also not agnostic.Re-implementing
tokio-rustlsbut on top ofhyper'sReadandWritetraits should be possible.