fn any_serde_uri() -> impl Strategy<Value = SerdeUri>
Expand description

Generate a random SerdeUri based on an arbitrary URL It doesn’t cover the full spectrum of valid URIs, but just a wide enough sample to test our Protobuf roundtripping logic.