Skip to content

Support loading individual FileDescriptorProtos #6

Description

@andrewhickman

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions