Crates.io | democracy-index |
lib.rs | democracy-index |
version | 0.1.0 |
created_at | 2025-09-18 22:51:05.781442+00 |
updated_at | 2025-09-18 22:51:05.781442+00 |
description | Machine readable version of the The Economist Democracy Index Wikipedia article |
homepage | |
repository | https://github.com/kpcyrd/democracy-index |
max_upload_size | |
id | 1845541 |
size | 50,241 |
Machine readable version of the The Economist Democracy Index Wikipedia article.
let democracy = democracy_index::get("NPL").expect("Country not found");
println!("{democracy:?}");
if democracy.regime_type == democracy_index::RegimeType::Authoritarian {
println!("welp 😿");
}
The wikidata data is licensed CC0-1.0
, since this license is uncommon for
code, the code is licensed 0BSD
instead.