[][src]Function cashify::convert

pub fn convert(
    amount: f64,
    from: &str,
    to: &str,
    base: &str,
    rates: HashMap<&str, f64>
) -> f64