Expand description

Functions to read and parse variant configuration files.

Structs

  • Collection of parse errors to build related diagnostics TODO: also provide Vec<PartialParsingError> with source &str to avoid excessive traversal
  • Represents a pin configuration for a package.
  • The variant configuration. This is usually loaded from a YAML file and contains a mapping of package names to a list of versions. Each version represents a variant of the package. The variant configuration is used to create a build matrix for a recipe.

Enums