Crates.io | leblad |
lib.rs | leblad |
version | 1.0.2 |
source | src |
created_at | 2024-01-14 09:13:36.941611 |
updated_at | 2024-01-15 22:49:18.228377 |
description | A rust library providing a list of Algerian administrative areas with many useful APIs, based on dzcode-io/leblad |
homepage | |
repository | https://github.com/omdxp/leblad-rs |
max_upload_size | |
id | 1099307 |
size | 27,002 |
A rust library providing a list of Algerian administrative areas with many useful APIs, based on dzcode-io/leblad.
cargo add leblad
use leblad::get_wilaya_list;
fn main() {
let wilayas = get_wilaya_list();
assert_eq!(wilayas[0].name, "Adrar");
}