Crates.io | jp-location-relation |
lib.rs | jp-location-relation |
version | 0.1.1 |
source | src |
created_at | 2022-08-14 14:07:56.959951 |
updated_at | 2022-08-14 14:11:51.948907 |
description | 隣接する市区町村の一覧を取得 |
homepage | |
repository | https://github.com/uiuifree/rust-jp-location-relation |
max_upload_size | |
id | 645436 |
size | 218,738 |
-[ ] 隣接都道府県の取得 -[x] 隣接市区町村の取得 -[ ] 隣接街名の取得
https://www.stat.go.jp/data/mesh/m_itiran.html
let city = City::find_by_id(13101).unwrap();
println!("{:?}",city.relation_city_id);
// [13103, 13104, 13105, 13102, 13106]
println!("{:?}",city.relation_city_name
// ["港区", "新宿区", "文京区", "中央区", "台東区"]