How to connect Hyper with Tokio Uring?

Hyper can now be configured to use runtimes other than Tokio’s epoll. I tried setting it up with Tokio Uring. I have been looking at the hyper util code and example code from Monoio async runtime repo as references, but I am still having trouble. Is there already an adapter library that connects Hyper with Tokio Uring? Or maybe a tutorial out there?