Currently the entire set of file descriptors must be built into a FileDescriptorSet at once. It may be useful to add files to an existing set.
We can use Arc::make_mut to clone the FileDescriptor if anyone has references to it.
Currently the descriptor API also doesn't support inspecting the file structure at all, the closest we can get is looking at package_name.
Currently the entire set of file descriptors must be built into a FileDescriptorSet at once. It may be useful to add files to an existing set.
We can use
Arc::make_mutto clone theFileDescriptorif anyone has references to it.Currently the descriptor API also doesn't support inspecting the file structure at all, the closest we can get is looking at
package_name.