1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
[](https://travis-ci.org/rust-locale/rust-locale)
[](https://ci.appveyor.com/project/jan-hudec/rust-locale/branch/master)
[](https://crates.io/crates/locale)
[](https://docs.rs/locale/)
# `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 [](https://docs.rs/locale/) or [github](https://rust-locale.github.io/rust-locale/rust-locale/).
## Installation
It uses [Cargo](http://crates.io/), 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/rust-locale/rust-locale.git"
```
|