Expand description
See CompilationFiles
.
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
- 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.