Crates.io | locale |
lib.rs | locale |
version | 0.2.2 |
source | src |
created_at | 2015-02-10 15:42:09.661057 |
updated_at | 2017-05-26 20:10:49.59144 |
description | Library for basic localisation. Warning: Major rewrite pending for 0.3! |
homepage | https://github.com/ogham/rust-locale |
repository | https://github.com/rust-locale/rust-locale/ |
max_upload_size | |
id | 1370 |
size | 92,696 |
rust-locale
WORK IN PROGRESS
Will implement basic localization support.
Warning: This version is mostly useless. Major rewrite is pending for version 0.3.
On or github.
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"