pub fn parse_decimal(value: &str) -> Result<Decimal>
Parse a decimal string, handling empty strings and “0” values.