rust-locale Build Status

View the Rustdoc

Installation

It uses Cargo, Rust's package manager. You can depend on this library by adding locale to your Cargo dependencies:

toml [dependencies] locale = "0.2"

Or, to use the Git repo directly:

toml [dependencies.locale] git = "https://github.com/ogham/rust-locale.git"