europe 0.2.0

A comprehensive Rust crate for enumerating and working with European countries and their subdivisions.
Documentation
#![forbid(unsafe_code)]
#![allow(unused_variables)]
#![deny(clippy::all)]

#[macro_use] mod imports; use imports::*;

x!{abbreviation}
x!{england}
x!{error}
x!{europe}
x!{france}
x!{germany}
x!{italy}
x!{netherlands}
x!{poland}
x!{russian_federation}
x!{spain}
x!{united_kingdom}
x!{impl_serde}
x!{europe_serde}
x!{country}
x!{from_str_europe}
x!{from_str_uk}
x!{from_subregion}