Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 507 Bytes

rust-locale Build Status

Installation

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

[dependencies]
locale = "*"

Or, to use the Git repo directly:

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