@musicmatze As a more general note, we've not seen that much async-rust ecosystem adoption of tower-services. Even axum went away from it and introduced their own simplified services instead. The APIs it provides are a bit complex and don't map that well to all things you can do with raw QUIC connections.
But of course in a tower codebase it would make totally sense to abstract the bits you want out of QUIC into a tower service.
