pub fn parse_multiple_checksums(
checksums_str: &str,
) -> Result<Vec<ChecksumConfig>>Expand description
Parse multiple checksums from a string.
Supports formats like:
- “sha256:abc123 sha512:def456”
- “sha256:abc123\nsha512:def456”
pub fn parse_multiple_checksums(
checksums_str: &str,
) -> Result<Vec<ChecksumConfig>>Parse multiple checksums from a string.
Supports formats like: