Expand description
Types and functions managing dep-info files.
For more, see the documentation in the fingerprint
module.
Structs§
- Same as
RustcDepInfo
except avoids absolute paths as much as possible to allow moving around the target directory. - The representation of the
.d
dep-info file generated by rustc
Enums§
- Some algorithms are here to ensure compatibility with possible rustc outputs. The presence of an algorithm here is not a suggestion that it’s fit for use.
- Tells the associated path in
EncodedDepInfo::files
is relative to package root, target root, or absolute.
Constants§
- The current format version of
EncodedDepInfo
.
Functions§
- Parses Cargo’s internal
EncodedDepInfo
structure that was previously serialized to disk. - Parse the
.d
dep-info file generated by rustc. - Parses the dep-info file coming out of rustc into a Cargo-specific format.