pub fn crate_hash(unique_crate_identifier: &str) -> &str
Extract the crate hash from a unique_crate_identifier, which is encoded as "{crate_name}-{hash}" (the hash contains no -).
unique_crate_identifier
"{crate_name}-{hash}"
-