world-region 0.1.0

A Rust crate providing enums and conversions for World regions and their subregions, building on the africa, europe, north-america, etc crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
DEFAULT := test

default: $(DEFAULT)

build:
	cargo build

test:
	cargo test