pouriya/keshvar

finding neighbor countries using region or geo location

MrAliSalehi opened this issue · 1 comments

not sure if its possible or not but I think it would be really nice to have something like this:

let country = keshvar::find_by_code(98);

let neighbors: Vec<Country> =  keshvar::near_countries(country);

I think it's doable if we stick with coutries' geo information.