Constant crate_metadata::CRATE_HASH_DELIMITER
source · pub const CRATE_HASH_DELIMITER: &str = "-";
Expand description
A crate’s name and its hash are separated by “-”, i.e., “my_crate-hash”.
pub const CRATE_HASH_DELIMITER: &str = "-";
A crate’s name and its hash are separated by “-”, i.e., “my_crate-hash”.