# Packages
No description provided by the author
# Functions
NewBuilder returns a new Builder.
WithExcludeSourceCodeInfo returns a BuildOption that excludes sourceCodeInfo.
WithExpectedDirectDependencies sets the module dependencies that are expected, usually because they are in a configuration file (buf.yaml).
WithWorkspace sets the workspace to be read from instead of ModuleReader, and to not warn imports for.
# Interfaces
Builder builds Protobuf files into Images.
# Type aliases
BuildOption is an option for Build.