Module cargo::core::compiler::output_depinfo

source ยท
Expand description

dep-info files for external build system integration. See output_depinfo for more.

Functionsยง

  • add_deps_for_unit ๐Ÿ”’
    Collects all dependencies of the unit for the output dep info file.
  • Save a .d dep-info file for the given unit. This is the third kind of dep-info mentioned in fingerprint module.
  • render_filename ๐Ÿ”’
    Bacially just normalizes a given path and converts it to a string.