format_decimal_str

Function format_decimal_str 

pub fn format_decimal_str(
    value_str: &str,
    precision: usize,
    scale: i8,
) -> String
Expand description

Formats a decimal string given the precision and scale.