Expand description
Given a compilation Plan, build all packages in the graph.
Structs§
- Build
Error - An error occurred while building according to a compilation plan.
- Build
Options - Build
PkgError - An error was produced while building a package.
- Built
Contract - A successfully built contract package.
- Built
Library - A successfully built library package.
- Built
Predicate - An predicate built as a part of a contract.
- Plan
Builder - A context that allows for iteratively compiling packages within a given compilation
Plan. - Prebuilt
Pkg - A package that is ready to be built.
- Predicate
Metadata - An predicate built as a part of a contract.
Enums§
- Build
PkgError Kind - Built
Pkg - A successfully built package.
- Pintc
Error - Write
Error - An error occurred while writing a built package’s output artifacts.
Functions§
- build_
plan - Given a compilation
Plan, return aPlanBuilderthat may be used to compile all packages within the graph.
Type Aliases§
- Built
Pkgs - A mapping from the node index to the associated built package.