Constant rustc_metadata::rmeta::METADATA_HEADER
source · pub const METADATA_HEADER: &[u8];
Expand description
Metadata header which includes METADATA_VERSION
.
This header is followed by the length of the compressed data, then
the position of the CrateRoot
, which is encoded as a 32-bit big-endian
unsigned integer, and further followed by the rustc version string.