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
unitfor the output dep info file. - Save a
.ddep-info file for the given unit. This is the third kind of dep-info mentioned infingerprintmodule. - render_filename ๐Bacially just normalizes a given path and converts it to a string.