pub fn collect_generated_basenames_from_bytes( bytes: &[u8], ) -> Result<HashSet<String>>
Decode bytes into FileDescriptorSet and collect generated module basenames like “foo_pb2”, “foo_pb2_grpc” for each file in the set.