Constant crate_metadata::SECTION_HASH_DELIMITER
source · pub const SECTION_HASH_DELIMITER: &str = "::h";
Expand description
A section’s demangled name and its hash are separated by “::h”,
e.g., "my_crate::section_name::h<hash>"
.