Module cargo::core::compiler::build_runner::compilation_files

source ยท
Expand description

Structsยง

  • Collection of information about the files emitted by the compiler, and the output directory structure.
  • MetaInfo ๐Ÿ”’
    Information about the metadata hashes used for a Unit.
  • The Metadata is a hash used to make unique file names for each unit in a build. It is also used for symbol mangling.
  • Info about a single file emitted by the compiler.

Constantsยง

  • METADATA_VERSION ๐Ÿ”’
    This is a generic version number that can be changed to make backwards-incompatible changes to any file structures in the output directory. For example, the fingerprint files or the build-script output files.

Functionsยง