Crates.io | isocountry-rs |
lib.rs | isocountry-rs |
version | 0.1.0 |
source | src |
created_at | 2018-06-20 00:06:28.239254 |
updated_at | 2018-06-20 00:06:28.239254 |
description | ISO 3166-1 enumeration for Rust |
homepage | https://github.com/sifton/isocountry-rs |
repository | https://github.com/sifton/isocountry-rs.git |
max_upload_size | |
id | 70867 |
size | 124,918 |
Provides an enumeration, CountryCode
, of all ISO 3166-1-defined countries.
Each CountryCode
can be converted to and from its alpha-2
and alpha-3
representations, as well
as its numeric code. Further, the English names of each CountryCode
, as defined by ISO 3166-1, can
also be obtained.
isocountry-rs
follows the stable
release of Rust.