Expand description
Interfaces for customizing resolution of protobuf source files.
Structs
- An implementation of
FileResolverwhich chains together several other resolvers. - An implementation of
FileResolverwhich resolves files from a compiledFileDescriptorSet. - An opened protobuf source file, returned by
FileResolver::open_file. - An implementation of
FileResolverwhich resolves well-known imports such asgoogle/protobuf/descriptor.proto. - An implementation of
FileResolverwhich searches an include path on the file system.
Traits
- A strategy for locating protobuf source files.