Module move_package::compilation::compiled_package
source · [−]Structs
Represents a compiled package in memory.
Represents meta information about a package and the information it was compiled with. Shared
across both the CompiledPackage
and OnDiskCompiledPackage
structs.
Represents a compiled package that has been saved to disk. This holds only the minimal metadata
needed to reconstruct a CompiledPackage
package from it and to determine whether or not a
recompilation of the package needs to be performed or not.