How to migrate from arti-hyper?
A project of mine currently uses the arti-hyper crate to convert the TorClient from arti-client to an HttpConnector that I can use with the AWS SDK for rust as a custom http client. The arti-hyper crate is now obsolete with the recommendation to migrate to hyper 1.x. The arti-hyper page links to some examples of how to use arti with hyper 1.x but they all seem to just be for one single HTTP request which has to be constructed manually. Are there any examples of how to build an HTTP connector with hyper 1.x in the same way that the "ArtiHttpConnector" worked in arti-hyper, or does that functionality need to be implemented manually now?