europe 0.2.0

A comprehensive Rust crate for enumerating and working with European countries and their subdivisions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
DEFAULT := test

default: $(DEFAULT)

build:
	cargo build

test:
	cargo test