#localization #g12n

locale

Library for basic localisation. Warning: Major rewrite pending for 0.3!

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

#78 in Internationalization (i18n)

Download history 2029/week @ 2023-12-14 1497/week @ 2023-12-21 1831/week @ 2023-12-28 2139/week @ 2024-01-04 2414/week @ 2024-01-11 2220/week @ 2024-01-18 2603/week @ 2024-01-25 2469/week @ 2024-02-01 2918/week @ 2024-02-08 2448/week @ 2024-02-15 2603/week @ 2024-02-22 2817/week @ 2024-02-29 2626/week @ 2024-03-07 2613/week @ 2024-03-14 3261/week @ 2024-03-21 2362/week @ 2024-03-28

11,437 downloads per month
Used in 6 crates (4 directly)

MIT license

79KB
1.5K SLoC

TravisCI Build Status AppVeyor Build Status Crates.io Version Docs.rs

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 Docs.rs 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"

Dependencies