12 releases
Uses old Rust 2015
0.2.2 | May 26, 2017 |
---|---|
0.2.1 | Feb 15, 2016 |
0.1.8 | Apr 23, 2015 |
0.1.6 | Mar 25, 2015 |
0.1.3 | Feb 12, 2015 |
#114 in Internationalization (i18n)
12,173 downloads per month
Used in 6 crates
(4 directly)
79KB
1.5K
SLoC
rust-locale
WORK IN PROGRESS
Will implement basic localization support.
Warning: This version is mostly useless. Major rewrite is pending for version 0.3.
Documentation
On or github.
Installation
It uses Cargo, Rust's package manager. You can
depend on this library by adding locale
to your Cargo dependencies:
[dependencies]
locale = "0.2"
Or, to use the Git repo directly:
[dependencies.locale]
git = "https://github.com/rust-locale/rust-locale.git"