democracy-index

Crates.iodemocracy-index
lib.rsdemocracy-index
version0.1.0
created_at2025-09-18 22:51:05.781442+00
updated_at2025-09-18 22:51:05.781442+00
descriptionMachine readable version of the The Economist Democracy Index Wikipedia article
homepage
repositoryhttps://github.com/kpcyrd/democracy-index
max_upload_size
id1845541
size50,241
(kpcyrd)

documentation

README

democracy-index

Machine readable version of the The Economist Democracy Index Wikipedia article.

Usage

let democracy = democracy_index::get("NPL").expect("Country not found");
println!("{democracy:?}");

if democracy.regime_type == democracy_index::RegimeType::Authoritarian {
    println!("welp 😿");
}

License

The wikidata data is licensed CC0-1.0, since this license is uncommon for code, the code is licensed 0BSD instead.

Commit count: 5

cargo fmt