use std::path::Path; const BASE_DIRECTORY: &str = "/some/folder"; fn read_data_from_city(city: &str) -> Vec<f64> { let path ...
確定! 回上一頁