pub type ExecutableId = u64;
Expand description
Compact identifier for executable files.
Compact identifier for executable files derived from the first 8 bytes of the hash of the code stored in the .text ELF segment. By using this smaller type for object files less memory is used and also comparison, and other operations are cheaper.