Skip to content

Simple Conversion for Country Codes and Names using ISO 3166

Notifications You must be signed in to change notification settings

448-engineering/Countries-ISO3166

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

countries-iso3166

Rust crates.ioDocs

This crate is used to convert between UTF-8 Strings and country codes for easier handling of country names in ISO 3166 format. It has no dependencies and no_std compatible. The country names are converted to country codes in rust because country names can contain special characters not common in English which can cause confusion.

The current implementation is only for ISO 3166-1 https://en.wikipedia.org/wiki/ISO_3166-1.

Planned implementation for ISO 3166-3 https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3

LICENSE

This code is licensed under APACHE-2.0 or MIT license.

Code of Conduct

All contributions and communication must adhere to the Rust Code of Conduct

About

Simple Conversion for Country Codes and Names using ISO 3166

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages