Crates.io | isocountry |
lib.rs | isocountry |
version | 0.3.2 |
source | src |
created_at | 2018-06-20 00:13:11.330549 |
updated_at | 2020-12-09 20:53:07.019227 |
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 | 70869 |
size | 143,593 |
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.