Function sterling_ops::add_operation[][src]

pub fn add_operation(
    augend: &str,
    addend: &str,
    custom_currency_regex: &Regex,
    currencies: &[Currency],
    print_full: bool
) -> String