# Functions
NewDirBackedRegistry recursively walks the directory, looking for protobuf file descriptor sets with the ".bin" extension and loading them into memory.
NewProtoRegistry initializes a new file descriptor store.
# Variables
EmptyRegistry is a resolver that always returns protoregistry.NotFound for all lookups.
# Structs
ProtoRegistry contains all protobuf file descriptors registered with Prana.
# Type aliases
No description provided by the author