pub const ELF_NOTE_NAME: &str = "rust-lang/cargo";
Expand description

Cargo’s name for the purpose of ELF notes.

The name field of an ELF note is designated to hold the entry’s “owner” or “originator”. No formal mechanism exists for avoiding name conflicts. By convention, vendors use their own name such as “XYZ Computer Company”.