1use df_maths::maths::distance; 2 3fn main() { 4 let data = distance(30.66482, 104.073569, 30.663851, 104.069249, "km"); 5 println!("{}", data); 6}